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

PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual426748-002
11-15
SET PROGRAM Command
SET PROGRAM Command
Use the SET PROGRAM command to establish the values for the PROGRAM object
attributes.
program-attribute
The TCP and TYPE attributes have no defaults; you must specify them before
adding a PROGRAM object definition. The rest of the attributes have default
values.
For information about configuration limits, see Appendix C, Configuration Limits
and Defaults.
TCP tcp-name
specifies the name of the TCP that interprets the SCREEN COBOL program. If the
TCP is not running when you issue the RUN PROGRAM command, the
PATHMON process starts it.
This attribute is required.
SET PROGRAM program-attribute [ , program-attribute ]...
program-attribute is:
TCP tcp-name
TYPE program-type ( INITIAL program-unit-name
[ , BREAK { ON | OFF } ]
[ , DISPLAY-PAGES number ]
[ , ECHO { ON | OFF | CURRENT } ]
[ , EXCLUSIVE { ON | OFF } ]
[ , IOPROTOCOL { 0 | 1 } ]
[ , MAXINPUTMSGS number ]
[ , TCLPROG file-name ]
[ , TRAILINGBLANKS { ON | OFF } )... ]
ERROR-ABORT { ON | OFF }
LIKE program-name
OWNER owner-id
PRINTER { file-name [ IS-ATTACHED ] }
{ IS-ATTACHED }
SECURITY security-attribute
TMF { ON | OFF }