Pathway/iTS System Management Manual (G06.24+)

Maintaining Pathway/iTS Objects
HP NonStop Pathway/iTS System Management Manual426748-002
4-6
Displaying Status Information
For a complete description of all the TERM attributes viewable through the INFO
TERM command, see the description of the SET TERM command in Section 10,
TERM Commands.
The INFO PROGRAM Command
The INFO PROGRAM command displays information about a single PROGRAM
object, multiple PROGRAM objects, or all PROGRAM objects described in the
PATHMON configuration file.
The following example displays information about the PROGRAM object named
TMANAGER:
= INFO PROGRAM TMANAGER
Example 4-3 shows the information displayed in response to the command.
The TMANAGER program is associated with the TCP TRAN-TCP1 (indicated by the
TCP parameter).
When starting the application, the TCP executes the SCREEN COBOL program unit
TMANAGER-DRIVER (indicated by the INITIAL parameter), which is stored in the
SCREEN COBOL object library file named \*.$OPER.TRANCNFG.CUST (indicated by
the TCLPROG parameter). The TMANAGER program runs on a 6520 terminal
(indicated by the TYPE parameter).
For a complete description of all the PROGRAM attributes viewable through the INFO
PROGRAM command, see the description of the SET PROGRAM command in
Section 11, PROGRAM Commands.
Displaying Status Information
You can display the status of an object, error messages pertaining to the object, and
other associated information using the STATUS command. Use the STATUS
command to display information about TCPs and TERM objects. For instructions on
using the STATUS command to display information for objects and processes running
under TS/MP-for example, the PATHMON and LINKMON process and SERVER
objectssee the TS/MP System Management Manual.
Example 4-3. INFO PROGRAM Display
PROGRAM TMANAGER
ERROR-ABORT ON
OWNER \SYS.30,1
SECURITY "N"
TCP TRAN-TCP1
TMF ON
TYPE T16-6520 (INITIAL TMANAGER-DRIVER,
TCLPROG \*.$OPER.TRANCNFG.CUST)