Pathway/iTS System Management Manual (G06.24+)
Maintaining Pathway/iTS Objects
HP NonStop Pathway/iTS System Management Manual—426748-002
4-9
Displaying Status Information
The display shows the name and state of each TERM object; the name of the TCP that
controls the TERM object; and the file name of the TERM object. The ERROR and
INFO columns provide information about any system errors associated with a TERM
object.
For each TERM object, you can also view the status of the program unit currently
executing on a TERM object by including the DETAIL option in your command. For
example, this command displays status information for TERM TFRONT1 and the
program unit running on TFRONT1:
= STATUS TERM TFRONT1, DETAIL
Example 4-8 shows the information displayed in response to the command.
In this example, the TERM object is waiting for a request to the server to complete.
The server is communicating with the server class named TRECV (indicated by the
SERVER parameter).
\SYS.$OPER.TRAND20.TAREQ is the name of the currently executing SCREEN
COBOL program file (indicated by the PU-FILE parameter). TFRONT-A02 is the name
of the currently executing program unit (indicated by the PU-NAME parameter). The
number 1 indicates the version of the program unit. The INST-ADDR parameter
(%000022) is the octal offset from the base of the program unit of the currently
executing instruction. SEND-ON-ERROR is the name of the currently executing
instruction (indicated by the INST-CODE parameter).
You can also include state information (running, stopped, suspended) in your
command. For example, the following command displays status only for those TERM
objects that are not running:
= STATUS TERM *, STATE NOT RUNNING
Example 4-9 shows the information displayed in response to the command.
Example 4-8. STATUS TERM With DETAIL Option
TERM STATE ERROR INFO TCP FILE
TFRONT1 RUNNING TAREQ-TCP1 \SYS.$TSCH.#TFRONT
WAIT PENDING ACCEPT STOPMODE TRANSMODE
SERVERIO
PU-FILE \SYS.$OPER.TRAND20.TAREQ
PU-NAME TFRONT-A02
PU-VRSN 1
INST-ADDR %000022
INST-CODE SEND-ON-ERR
SERVER TRECV
Example 4-9. STATUS TERM With STATE Option
TERM STATE ERROR INFO TCP FILE
MTDP-ZDYN015403 STOPPED RSC-TCP \SYS.$MTDP.#RSC.ZD01