Pathway/iTS Management Programming Manual
ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-13
ZPWY-DDL-IO-PROTOCOL
ZINSPECT 
specifies whether a SCREEN COBOL program running on a TERM object starts 
the Inspect process when the program begins execution. The following values are 
valid:
If you do not assign a value to this field, the default is ZPWY-VAL-OFF.
ZINSPECTFILE 
contains the name of the Inspect command terminal.
You can specify either a specific node name or \*, a generic name representing the 
node on which the PATHMON process is currently running. If you do not specify a 
node name, the default node for file-name expansion can be affected by the value 
you specify for the ZNODEINDEPENDENT field of the TS/MP START PATHWAY 
command. For more information on node independence, see the Pathway/iTS 
System Management Manual. 
To reset this field using the TACL program, you must use the #SETBYTES built-in 
function. For more information, see the SPI Programming Manual.
ZPWY-DDL-IO-PROTOCOL
ZPWY-DDL-IO-PROTOCOL specifies the protocol the TCP follows when a SCREEN 
COBOL SEND MESSAGE statement completes with a timeout or unsolicited message. 
The values for this type are described under ZIOPROTOCOL on page 6-11 
ZPWY-DDL-OBJECT-NAME
ZPWY-DDL-OBJECT-NAME designates a name given to an object in the PATHMON 
environment (such as a TCP, PROG, or TERM object). The name can have from 1 
through 15 alphanumeric or hyphen characters, must start with a letter, must be unique 
within the Pathway subsystem, and must not be a Pathway reserved word. The name 
must be left-justified and blank-filled. Pathway subsystem reserved words are listed in 
the Pathway/iTS System Management Manual.
ZPWY-VAL-OFF The Inspect process is not started when the program begins.
ZPWY-VAL-ON The Inspect process is started when the program begins. The 
program is positioned at a breakpoint before the first 
instruction executes.
def ZPWY-DDL-IO-PROTOCOL. token-type ZPWY-DDL-INT.
ZPWY-DDL-OBJECT-NAME token-type ZPWY-DDL-CHAR15.










