Commands

1. ASSIGN

Changes the relationship between OSI resources or the value of a specific resource.

  • Usage

    >>-+-/ASSIGN-+-------------------------------------------------->
       '-/ASS----'
    
                  .------.                  .------.
                  V      |                  V      |
    >--+---CLASS----cls#-+--+----+--REGION----reg#-+------------+--><
       |                    '-TO-'                              |
       +---LTERM----ltermname--+----+--NODE----nodename---------+
       |                       '-TO-'                           |
       |         .----------.                                   |
       |         V          |                                   |
       '---TRAN----tranname-+--+----+--CLASS--cls#--------------'
                               '-TO-'
    Keywords Description

    CLASS [TO] REGION

    Replaces the entered dependent region to process the transactions of up to four cls#. (Currently not supported.)

    LTERM [TO] NODE

    Establishes the connection between the lterm corresponding to ltermname and the terminal corresponding to the nodename.

    TRAN [TO] CLASS

    Replaces the classes of the entered transactions with cls#. (Currently not supported.)

2. CHECKPOINT

Provides simple checkpoints and shutdown checkpoints. The simple checkpoint is written to the system log to restart OSI. The shutdown checkpoint is written to the system log and terminates OSI upon completion.

  • Usage

    <simple checkpoint >
    >>-+-/CHECKPOINT----+-------+------------------------------------->
       '-/CHE----'      '-SNAPQ-'
    
     <shutdown checkpoint>
    >>-+-/CHECKPOINT----+-DUMPQ--+------------------------------------>
       '-/CHE----'      +-FREEZE-+
                        '-PURGE--'
    Keywords Description

    (blank)

    Receives a simple checkpoint and records the RTSD information in the system log.

    SNAPQ

    Requests a simple checkpoint and records the contents of MQs to the system logs.

    DUMPQ

    Requests a simple checkpoint and records the contents of MQs to the system logs then shuts down OSI.

    FREEZE

    Requests a simple checkpoint and shuts down OSI.

    PURGE

    After processing the messages in MQ, this command requests a simple checkpoint and shuts down OSI.

3. CLSDST

Closes the connection that is established between terminal and OSI through VTAM.

  • Usage

                                .---------------.
                                V               |
    >>-+-/CLSDST-+--NODE----+---+-nodename--+-+-+------------------><
       '-/CLS----'          |   '-nodename*-'   |
                            '----ALL------------'
    Keywords Description

    NODE

    Closes the node connected to OSI.

4. DBRECOVERY

Prevents transactions or programs from accessing the database.

  • Usage

                            .--------.
                            V        |
    >>-+-/DBRECOVERY-+--DB----dbname-+-----------------------------><
       '-/DBR--------'
    Keywords Description

    DB

    Specifies the name of the dbd to become a DBR state.

5. DELETE

Deletes the security information of the specified resource. (Currently unsupported.)

  • Usage

                                                                 .--------------.
                                                                 V              |
    >>-+-/DELETE-+-TERMINAL--+----------+--+-----+--TRANSACTION--+-tranname--+--+--><
       '-/DLE----'           '-SECURITY-'  '-FOR-'               '-tranname*-'
    Keywords Description

    TERMINAL

    Deletes the security information of the transaction specified in the terminal in which the command is entered.

6. DEQUEUE

Deletes the messages from the message queue.

  • Usage

    >>-+-/DEQUEUE-+------------------------------------------------->
       '-/DEQ-----'
    
    >--+-LTERM--ltermname--+--------+----------------------+-------><
       |                   +-PURGE--+                      |
       |                   '-PURGE1-'                      |
       +-NODE--nodename--+------------------------------+--|
       |                 +-PURGE------------------------+  |
       |                 '-LTERM--ltermname--+--------+-'  |
       |                                     +-PURGE--+    |
       |                                     '-PURGE1-'    |
       '-TRAN--tranname--+-PURGE--+------------------------'
                         '-PURGE1-'
    Keywords Description

    LTERM

    Deletes the messages designated to LTERM.

    NODE

    Deletes the messages designated to the node.

    When a ltermname is specified, only the messages that are queued in the entered ltermname will be removed.

    PURGE

    Deletes all the designated messages in the MQ.

    When the PURGE and PURGE1 option are not specified, this command cancels the output message currently designated.

    PURGE1

    Deletes the first message queued to the destination.

    When the PURGE and PURGE1 option are not specified, this command cancels the output message currently being sent to the destination.

    TRAN

    Removes the messages designated to the transaction.

7. DISPLAY

Displays the processing state of the MQ or the resource of the OSI system.

7.1. DISPLAY ACTIVE

Displays information about active regions in the OSI system.

  • Usage

    >>-+-/DISPLAY----ACTIVE----------------------------------------><
       '-/DIS----'
  • Output items

    Keywords Description

    REGID

    Region ID. (Use JOBID from OSI 7.2 version.)

    JOBNAME

    JOB name of the region.

    TYPE

    Type of region. OSI only supports TP and BMP.

    TRANS

    Name of the transaction that the region is processing. If there is no transaction in progress, it is displayed as blank.

    PROGRAM

    Name of the program that the region is processing. If there is no transaction in progress, it is displayed as blank.

    CLASS

    Name of the class that the region can process.

  • Example

    /DISPLAY ACT
    REGID     JOBNAME   TYPE   TRANS     PROGRAM   CLASS
    JOB02268  IMSAMSG   TP     OIVPMPP1  OIVPI001  1
    JOB02268  IMSAMSG   TP                         2
    JOB02268  IMSAMSG   TP                         3
    JOB02268  IMSAMSG   TP                         4
    *21063/194651*

7.2. DISPLAY ASSIGNMENT

Displays the assignment relations of OSI system resources.

  • Usage

    >>-+-/DISPLAY-------------------------------------------------->
       '-/DIS----'
                              .----------------.
                              V                |
    >--ASSIGNMENT--+-LTERM--+---+-ltermname--+-+-+--------------+--><
                   |        |   '-ltermname*-'   |              |
                   |        '-ALL----------------'              |
                   |          .----------------.                |
                   |          V                |                |
                   '-NODE---+---+-nodename---+-+-+--------------'
                            |   '-nodename*--'   |
                            '-ALL----------------'
    Keywords Description

    LTERM

    Displays the nodes assigned to LTERM.

    NODE

    Displays the relations between the node and LTERM.

  • Output items

    Item Description

    LTERM

    Name of LTERM.

    IN-TERMINAL

    Name of the physical terminal assigned as input.

    OUT-TERMINAL

    Name of the physical terminal assigned as output.

    NODE

    Name of the node.

    IN

    Name of LTERM to be input.

    OUT

    Name of LTERM to be output.

  • Example 1

    /DISPLAY ASMT LTERM ALL
    LTERM     IN-TERMINAL   OUT-TERMINAL
    N041E14   TERMD13Y      TERMD13Y
    N041E16   TERMD13P      TERMD13P
    N041E18   TERMD13Z      TERMD13Z
    VT3270L1  L3270A        L3270A
    *21090/132404*
  • Example 2

    /DISPLAY ASMT NODE ALL
    NODE       USER       LTERM
    L3270A                I/O- VT3270L1
    TERM013P              I/O- N041E16
    TERMD13P              I/O- N041E16
    TERMD13P              I/O- N041E16
    TERMD13Y              I/O- N041E14
    TERMD13Z              I/O- N041E18
    *21090/132411*

7.3. DISPLAY DATABASE

Displays the status of the database.

  • Usage

                                     .-------------.
                                     V             |
    >>-+-/DISPLAY-+--DATABASE---+--+--+--dbname--+-+-+-----+-------><
       '-/DIS-----'             |  |  '--dbname*-'   |     |
                                |  '-ALL-------------'     |
                                |  .----------------.      |
                                |  V                |      |
                                +---+-ALLOCF--------+------+
                                |---+-ALLOCS--------+------|
                                |---+-DBR-----------+------|
                                |---+-NOTINIT-------+------|
                                |---+-NOTOPEN-------+------|
                                |---+-STARTED-------+------|
                                '---+-STOPPED-------+------'
    Keywords Description

    ALLOCF

    Displays the database name whose allocation has failed.

    ALLOCS

    Displays the database name whose allocation has succeeded.

    DBR

    Displays the name of a database with a DBR status (DB Recovery).

    NOTINIT

    Displays the name of a database that has not been initialized.

    NOTOPEN

    Displays the name of a database that has not been opened.

    STARTED

    Displays the name of a database with a START status.

    STOPPED

    Displays the name of a database with a STOP status.

  • Output items

    Item Description

    DATABASE

    Name of the database.

    TYPE

    Type of the database.

    ACC

    Access method. It is not currently applicable.

    • RO : Read Only

    • RD : Read

    • UP : Update

    • EX : Exclusive

    CONTITIONS

    Status of the database.

  • Example

    /DISPLAY DB ALL
    DATABASE  TYPE  ACC  CONDITIONS
    OIVPIDBD  DL/I  EX   STARTED, ALLOCS
    OIVPIX1   DL/I  EX   STOPPED
    OIVPIX2   DL/I  EX   STARTED, NOTOPEN
    *21090/132533*

7.4. DISPLAY LTERM

Displays the status of LTERM.

  • Usage

                                  .----------------.
                                  V                |
    >>-+-/DISPLAY-+---LTERM-----+--+--ltermname--+-+-+-------------><
       '-/DIS-----'             |  '--ltermname*-'   |
                                '-ALL----------------'
  • Output items

    Keywords Description

    LTERM

    Name of LTERM.

    ENQCT

    The number of queued messages.

    DEQCT

    The number of dequeued messages.

    QCT

    The number of messages in the MQ.

    STATUS

    Status of LTERM.

    • STOP: LTERM is in STOP state.

    • PURGE: LTERM is in PURGE state.

    • PSTOP: Sending/receiving message through LTERM is stopped.

  • Example

    /DISPLAY LTERM ALL
    LTERM     ENQCT  DEQCT    QCT
    N041E14       0      0      0 STOP
    N041E16      18     18      0
    N041E18       0      0      0
    VT3270L1      0      0      0
    *21090/132608*

7.5. DISPLAY MODIFY

Displays the online change status.

  • Usage

    >>-+-/DISPLAY-+--MODIFY--+-------+-----------------------------><
       '-/DIS-----'          +-ADDS--+
                             +-ALL---+
                             +-CHNGS-+
                             +-DBS---+
                             +-DELS--+
                             +-DMS---+
                             +-FMS---+
                             +-MODS--+
                             +-PDS---+
                             +-PSS---+
                             '-TRS---'
    Keywords Description

    ADDS

    Displays the resources to be added by an online change.

    ALL

    Displays information about all online changes.

    CHNGS

    Displays the resources that will be modified by an online change.

    DBS

    Displays information about the database that will be modified by an online change.

    DELS

    Displays the resources that will be deleted by an online change.

    DMS

    Displays information about ACBLIB that will be modified by an online change.

    FMS

    Displays information about MFS that will be modified by an online change.

    MODS

    Displays the resources that will be modified by an online change.

    PDS

    Displays information about the program that will be modified by an online change.

    PSS

    Displays information about PSB that will be modified by an online change.

    TRS

    Displays information about the transaction that will be modified by an online change.

  • Output items

    Item Description

    LIBRARY dd_name (S) dataset_name

    Displays the name and status of the resource dataset.

    • (A) is for the activated datasets.

    • (I) is for the inactivated datasets.

    esource_type resource_name modification_status

    Displays the type, name and modification status (ADDED, CHANGED, DELETED) of the resource (DATABASE, DBD, FORMAT, PROGRAM, PSB, TRAN) to be affected by dynamic changes.

  • Example

    /DISPLAY MODIFY ALL
    LIBRARY  IMSACBA  (A) IMS.ACBLIBA
    LIBRARY  FORMATA  (A) OSI.IMSA.MFSLIBA
    LIBRARY  MODBLKSA (I) OSI.IMSA.DEFLIBA
    LIBRARY  MATRIXA  (I) OSI.IMSA.SECLIBA
    LIBRARY  IMSACBB  (I) IMS.ACBLIBB
    LIBRARY  FORMATB  (I) OSI.IMSA.MFSLIBB
    LIBRARY  MODBLKSB (A) OSI.IMSA.DEFLIBB
    LIBRARY  MATRIXB  (A) OSI.IMSA.SECLIBB
    FORMAT   OSILOGOO     CHANGED
    FORMAT   TESTMAP      ADDED
    *21090/132958*

7.6. DISPLAY NODE

Displays the status of the node.

  • Usage

                                  .----------------.
                                  V                |
    >>-+-/DISPLAY-+---NODE------+--+--nodename---+-+-+-------------><
       '-/DIS-----'             |  '--nodename*--'   |
                                '-ALL----------------'
  • Output items

    Item Description

    NODE

    Name of the node.

    ENQCT

    The number of queued messages.

    DEQCT

    The number of dequeued messages.

    QCT

    The number of messages in the MQ.

    STATUS

    Status information of the node.

    • CON: It is connected to the node.

    • STOP: The node is in STOP state.

  • Example

    /DISPLAY NODE ALL
    NODE     ENQCT DEQCT   QCT
    L3270A       0     0     0
    TERMD13P     3     3     0 CON
    TERMD13S     0     0     0 STOP
    TERMD13Y     0     0     0
    TERMD13Z     0     0     0
    *21090/133032*

7.7. DISPLAY PGM

Displays the status of the program.

  • Usage

                                  .----------------.
                                  V                |
    >>-+-/DISPLAY-+---PGM-------+--+--pgmname----+-+-+-------------><
       '-/DIS-----'             |  '--pgmname*---'   |
                                '-ALL----------------'
  • Output itmes

    Item Description

    PROGRAM

    Name of the program.

    TRAN

    Name of the transaction connected to the program.

    TYPE

    Type of the program.

    • TP: It runs in the MPP Region.

    • BMP: It runs in the BMP Region.

    STATUS

    Status information about the program.

    • STOPPED: The program is stopped.

  • Example

    /DISPLAY PGM ALL
    PROGRAM   TRAN      TYPE
    OIVPI001  OIVPMPP1  TP
    OIVPI002  OIVPMPP2  TP
    OIVPI003  OIVPMPP3  TP
    OIVPI004  OIVPMPP4  TP
    OIVPI005  OIVPMPP5  TP
    OIVPI007  OIVPMPP7  TP   STOPPED
    OIVPI4    OIVPI4    TP
    OIVPIL02  OIVPBMP2  BMP
    OIVPIL03  OIVPBMP3  BMP
    OIVPIL04  OIVPBMP4  BMP
    OIVPIL05  OIVPBMP5  BMP
    *21090/133054*

7.8. DISPLAY Q

Displays the message in the MQ.

  • Usage

    >>-+-/DISPLAY-+------------------------------------------------->
       '-/DIS-----'
    
    >--Q--+---------------------+--+-------------------------+--+-------------+-><
          |          .------.   |  |             .-------.   |  '-TRANSACTION-'
          |          V      |   |  |             V       |   |
          '-CLASS--+---cls#-+-+-'  '-PRIORITY--+---prty#-+-+-'
                   '-ALL------'                '-ALL-------'
    Keywords Description

    CLASS

    Displays the messages that belong to the class.

    PRIORITY

    Displays the messages that belong to the PRIORITY.

    TRANSACTION

    Displays the messages that belong to the transaction.

  • Output items

    Item Description

    CLS

    Name of the class of the MQ message.

    CLS CT

    The number of classes in the MQ message.

    PTY

    Priority of the MQ message.

    PTY CT

    The number of priorities in the MQ message.

    MSG CT

    The number of MQ messages.

    TRAN

    Transaction name of the MQ message.

    TRAN CT

    The number of the transactions in the MQ message.

    PSBNAME

    Program Specification Block (PSB) of the MQ message.

  • Example 1

    /DISPLAY Q
    CLS CT   PTY CT   MSG CT   TRAN CT
         2        1        4         3
    *21090/133116*
  • Example 2

    /DISPLAY Q CLASS ALL
    CLS   PTY CT   MSG CT   TRAN CT
      1        1        3         2
      2        1        1         1
    *21090/133132*
  • Example 3

    /DISPLAY Q PRIORITY ALL
    CLS   PTY  MSG CT   TRAN CT
      1     1       3         2
      2     1       1         1
    *21090/133147*
  • Example 4

    /DISPLAY Q TRAN
    CLS   PTY   MSG CT   TRAN       PSBNAME
      1     1        2   OIVPMPP2   OIVPI002
      1     1        1   OIVPMPP3   OIVPI003
      2     1        1   OIVPMPP4   OIVPI004
    *21090/133206*

7.9. DISPLAY TRAN

Displays the status of the transaction.

  • Usage

                                  .----------------.
                                  V                |
    >>-+-/DISPLAY-+---TRAN------+--+--tranname---+-+-+-------------><
       '-/DIS-----'             |  '--tranname*--'   |
                                '-ALL----------------'
  • Output items

    Item Description

    TRAN

    Name of the transaction.

    CLS

    Class that is connected to the transaction.

    ENQCT

    The number of queued messages.

    QCT

    The number of MQ messages in the transaction.

    LCT

    A value for the limit priority of the transaction. (Currently not supported.)

    CP

    Current priority of the transaction. (Currently not supported.)

    NP

    Normal priority of the transaction. (Currently not supported.)

    LP

    Local priority of the transaction. (Currently not supported.)

    PARLIM

    Parallel processing value of the transaction. (Currently not supported.)

    PSBNAME

    PSB name of the MQ message.

    STATUS

    Status information of the transaction.

    • STOP: The transaction is in STOP state.

    • PURGE: The transaction is in the PURGE state.

    • PSTOP: The message scheduling of the transaction is stopped.

  • Example

    /DISPLAY TRAN ALL
    TRAN     CLS ENQCT   QCT   LCT CP NP LP PARLIM PSBNAME
    OIVPBMP2   1     0     0 ----- -- -- -- ------ OIVPIL02
    OIVPBMP3   1     0     0 ----- -- -- -- ------ OIVPIL03
    OIVPBMP4   1     0     0 ----- -- -- -- ------ OIVPIL04
    OIVPBMP5   1     0     0 ----- -- -- -- ------ OIVPIL05
    OIVPI4     1     0     0 ----- -- -- -- ------ OIVPI4
    OIVPMPP1   1     1     1 ----- -- -- -- ------ OIVPI001
    OIVPMPP2   1     0     1 ----- -- -- -- ------ OIVPI002  STOP
    OIVPMPP3   1     0     0 ----- -- -- -- ------ OIVPI003
    OIVPMPP4   1     0     0 ----- -- -- -- ------ OIVPI004  PSTOP
    OIVPMPP5   1     0     0 ----- -- -- -- ------ OIVPI005
    OIVPMPP7   1     0     0 ----- -- -- -- ------ OIVPI007
    *21090/133223*

8. ERESTART

Recovers the data to a point before the OSI system was abnormally terminated or a cold start is performed.

  • Usage

     < Cold start >
    >>-+-/ERESTART-+--+--------------+--+--------+--+-------------+---->
       '-/ERE------'  '-CHECKPOINT 0-'  '-BUILDQ-'  `-FORMAT--ALL-'
    Keywords Description

    CHKPT

    Indicates a check point number. 0 is for cold start.

    FORMAT

    Initializes the MQ.

    BUILDQ

    Recovers the message queue, that is stored in the system log, to the MQ dataset.

9. EXIT

Exits the conversation mode of the terminal.

  • Usage

    >>-+-/EXIT-+---------------------------------------------------->
       '-/EXI--'
    Keywords Description

    (blank)

    Closes the conversation mode in the terminal from which the command is entered. (Available only in terminals).

10. FORMAT

Displays the specified message output descriptor (MOD) on the terminal from which the command is entered.

  • Usage

    >>-+-/FORMAT-+--modname--+------+--><
       '-/FOR----'           '-data-'
    Keywords Description

    modname

    Name of MOD to be displayed on the terminal.

    data

    Data used to display MOD on the terminal. Can be up to 8 bytes.

11. MODIFY

Dynamically changes the OSI resources.

  • Usage

    >>-+-/MODIFY-+--+-ABORT-------------------+--------------------><
       '-/MOD----'  +-COMMIT------------------+
                    |         .-------------. |
                    |         V             | |
                    '-PREPARE---+-ACBLIB--+-+-'
                                +-FMTLIB--+
                                '-MODBLKS-'
    Keywords Description

    ABORT

    Cancels the status that was specified by the PREPARE command.

    ACBLIB

    Dynamically changes ACBLIB.

    COMMIT

    Commits the status that was specified by the PREPARE command.

    FMTLIB

    Dynamically changes FMTLIB.

    MODBLKS

    Dynamically changes MODBLKS.

    PREPARE

    Prepares dynamic modification. In this case, the processing of control regions will be temporarily suspended.

    After copying the changed dataset using the dfsoucu0 tool, the resources are dynamically changed, in the order /MOD PREPARE, /MOD COMMIT command.

12. NRESTART

Used to cold start or warm start OSI.

  • Usage

     < Cold start with no previous shutdown >
    >>-+-/NRESTART-+--CHKPT--0---+------------------------------+--->
                                 |                              |
                                 '---FORMAT---ALL---------------'
    
     < Warm start after a /CHECKPOINT FREEZE command >
    >>-+-/NRESTART-+--+------------------------------------+-------->
       '-/NRE------'  |                                    |
                      '---FORMAT---ALL---NOBUILDQ----------'
    
     < Warm start after a /CHECKPOINT PURGE or /CHECKPOINT DUMPQ command >
    >>-+-/NRESTART-+--+------------------------------------+-------->
       '-/NRE------'  |                                    |
                      '---FORMAT---ALL--+-BUILDQ-----+-----'
                                        '-NOBUILDQ---'
    Keywords Description

    CHKPT

    Indicates a check point number. 0 is for cold start.

    FORMAT

    Initializes the MQ.

    BUILDQ

    Recovers the message queue stored in the system log, to the MQ dataset.

    NOBUILDQ

    Does not recover the message queue stored in the system log, to the MQ dataset.

13. OPNDST

Establishes the connection between OSI and the terminal connected to VTAM.

  • Usage

                                .---------------.
                                V               |
    >>-+-/OPNDST-+--NODE----+---+-nodename--+-+-+------------------><
       '-/OPN----'          |   '-nodename*-'   |
                            '----ALL------------'

14. PSTOP

Stops sending/receiving messages through a specific LTERM, or stops the message scheduling of a specific transaction.

  • Usage

    >>-+-/PSTOP-+--------------------------------------------------->
       '-/PST---'
                  .----------------.
                  V                |
    >--+-LTERM--+---+-ltermname--+-+-+----------------------------+-><
       |        |   '-ltermname*-'   |                            |
       |        '-ALL----------------'                            |
       |         .---------------.                                |
       |         V               |                                |
       '-TRAN--+---+-tranname--+-+------------+-------------------'
               |   '-tranname*-'              |
               '-ALL--+---------------------+-'
                      |          .------.   |
                      |          V      |   |
                      '-CLASS--+---cls#-+-+-'
                               '-ALL------'
    Keywords Description

    LTERM

    Stops sending LTERM.

    TRAN

    Stops scheduling a transaction.

    CLASS

    Stops transaction scheduling of the class.

15. PURGE

Stops input for a specific resource.

  • Usage

    >>-+-/PURGE-+--------------------------------------------------->
       '-/PUR---'
                 .---------------.
                 V               |
    >----TRAN--+---+-tranname--+-+------------+---------------------><
               |   '-tranname*-'              |
               '-ALL--+---------------------+-'
                      |          .------.   |
                      |          V      |   |
                      '-CLASS--+---cls#-+-+-'
                               '-ALL------'
    Keywords Description

    TRAN

    Stops queueing of the transaction.

    CLASS

    Stops queueing of the transaction class.

16. RCLSDST

Closes the connection between OSI and the terminal from which the command is entered.

  • Usage

    >>-+-/RCLSDST-+------------------------------------------------->
       '-/RCL-----'

17. START

Starts the use of OSI resources.

17.1. START DB

Allows transactions to use the database.

  • Usage

                         .-------------.
                         V             |  .-DBALLOC---.
    >>-+-/START-+--DB--+---+-dbname--+-+--+-----------+-+----------><
       '-/STA---'      |   '-dbname*-'    '-NODBALLOC-' |
                       |      .-NODBALLOC-.             |
                       '-ALL--+-----------+-------------'
                              '-DBALLOC---'
    Keywords Description

    dbname

    Specifies the name of the database to start.

    ALL

    Starts all dbds registered in RTSD.

    DBALLOC

    Allocates the database, when it is started.

    NODBALLOC

    Allocates the database, when it is used.

17.2. START DC

Allows the terminals connected to VTAM access to the control region.

  • Usage

    >>-+-/START-+--DC----------------------------------------------><
       '-/STA---'

17.3. START LTERM

Specifies the logical terminal to be started. A terminal with a STOP or PSTOP status will be reset.

  • Usage

                            .----------------.
                            V                |
    >>-+-/START-+--LTERM--+---+-ltermname--+-+-+-------------------><
       '-/STA---'         |   '-ltermname*-'   |
                          '-ALL----------------'
    Keywords Description

    ltermname | ltermname*

    Name of the logical terminal to start.

    ALL

    Starts all logical terminals registered in RTSD.

17.4. START NODE

Specifies the terminal to be logged on. The status will be reset.

  • Usage

                           .---------------.
                           V               |
    >>-+-/START-+--NODE--+---+-nodename--+-+-+---------------------><
       '-/STA---'        |   '-nodename*-'   |
                         '-ALL---------------'
    Keywords Description

    nodename

    Name of the node to start.

    ALL

    Starts all terminals of registered in RTSD.

17.5. START PGM

Specifies the application that is to be started.

  • Usage

                          .--------------.
                          V              |
    >>-+-/START-+--PGM--+---+-pgmname--+-+-+-----------------------><
       '-/STA---'       |   '-pgmname*-'   |
                        '-ALL--------------'
    Keywords Description

    pgmname

    Application to start.

    ALL

    Starts all applications registered in RTSD.

17.6. START REGION

Starts MPP by running JCL.

  • Usage

                          .------------.
                          V            |
    >>-+-/START-+--REGION---membername-+---------------------------><
       '-/STA---'
    Keywords Description

    membername

    Name of JCL used to start MPP.

17.7. START TRAN

Starts the transaction. A transaction with a STOP, PSTOP, or PURGE status will be reset.

  • Usage

                           .---------------.
                           V               |
    >>-+-/START-+--TRAN--+---+-tranname--+-+-+---------------------><
       '-/STA---'        |   '-tranname*-'   |
                         '-ALL---------------'
    Keywords Description

    tranname

    Name of the transaction to start.

    ALL

    Starts all transactions registered in RTSD.

18. STOP

Stops the use of OSI resources.

18.1. STOP DB

Does not allow transactions use the database.

  • Usage

                        .-------------.
                        V             |
    >>-+-/STOP-+--DB--+---+-dbname--+-+-+--------------------------><
       '-/STO--'      |   '-dbname*-'   |
                      '-ALL-------------'
    Keywords Description

    dbname

    Name of the database to stop.

    ALL

    Stops all dbds registered in RTSD.

18.2. STOP DC

Does not allow the terminals connected to VTAM access the control region.

  • Usage

    >>-+-/STOP-+--DC-----------------------------------------------><
       '-/STO--'

18.3. STOP LTERM

Specifies the logical terminal to be stopped. The message transmission to the LTERM will be stopped.

  • Usage

                           .----------------.
                           V                |
    >>-+-/STOP-+--LTERM--+---+-ltermname--+-+-+--------------------><
       '-/STO--'         |   '-ltermname*-'   |
                         '-ALL----------------'
    Keywords Description

    ltermname

    Name of the logical terminal to stop.

    ALL

    Stops all LTERMs registered in RTSD.

18.4. STOP NODE

Specifies the terminal to be logged off.

  • Usage

                          .---------------.
                          V               |
    >>-+-/STOP-+--NODE--+---+-nodename--+-+-+----------------------><
       '-/STO--'        |   '-nodename*-'   |
                        '-ALL---------------'
    Keywords Description

    nodename

    Name of the node to stop.

    ALL

    Stops all terminals registered in RTSD.

18.5. STOP PGM

Specifies the application that is to be stopped.

  • Usage

                         .--------------.
                         V              |
    >>-+-/STOP-+--PGM--+---+-pgmname--+-+-+------------------------><
       '-/STO--'       |   '-pgmname*-'   |
                       '-ALL--------------'
    Keywords Description

    pgmname

    Specifies the application to stop.

    ALL

    Stops all applications registered in RTSD.

18.6. STOP REGION

Stops the MPP region included in the current control region.

  • Usage

                            .-------.
                            V       |
    >>-+-/STOP-+--REGION--+---reg#--+-----------+--NODE--nodename--><
       '-/STO--'          |         .---------. |
                          |         V         | |
                          '-JOBNAME---jobname-+-'
    Keywords Description

    reg#

    Specifies the MPP number to stop.

    JOBNAME

    Specifies the jobname of the MPP to stop.

    NODE

    Specifies the node name of the MPP to be stopped. Here, node refers to the machine where the region server is running, not the terminal.

18.7. STOP TRAN

Stops the scheduling and queueing of the messages designated to the transaction.

  • Usage

                          .---------------.
                          V               |
    >>-+-/STOP-+--TRAN--+---+-tranname--+-+-+----------------------><
       '-/STO--'        |   '-tranname*-'   |
                        '-ALL---------------'
    Keywords Description

    tranname

    Name of the transaction to stop.

    ALL

    Stops all the transactions registered in RTSD.