Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-30
ZPWY-MAP-DEF-TERM
process file name to ZFILE, you must also assign a value to the ZTERMTYPE 
field, because ZTERMTYPE specifies the type of terminal that the process is 
emulating.
System defaults for file-name expansion are based on the value you specify for the 
ZNODEINDEPENDENT field of the TS/MP START PATHWAY command. If 
ZNODEINDEPENDENT is set to ON and you omit the node name, or if you specify 
\* for the node name, the node name used is whatever node the PATHMON 
process is running on after cool start. 
The following is an example of a file name for a process emulating a terminal:
\*.$PRO45.#X25LA.TERM45
where $PRO45 is the process file name and #X25LA is a communication line.
ZINITIAL 
is the SCREEN COBOL program unit that the terminal enters on startup. This 
name is the program name specified in the PROGRAM-ID sentence of the 
identification division in a SCREEN COBOL program.
ZINSPECTINFO 
indicates whether you can examine the SCREEN COBOL programs running on the 
device by using the Inspect product, and specifies an Inspect command terminal. 
The fields are described under ZPWY-DDL-INSPECT-INFO in this section.
The ZINSPECT field in ZPWY-DDL-DEF-TCP must be assigned a value of 
ZPWY-VAL-ON before the Inspect process can be activated for a terminal.
If you do not assign a value to ZINSPECTINFO, the default is ZPWY-VAL-OFF. If 
you do not assign a value to ZINSPECTINFO and the Inspect command terminal is 
not named in ZPWY-DDL-DEF-TCP (ZINSPECT field), the Inspect command 
terminal defaults to the home terminal of the TCP; the default node name depends 
upon the value of ZNODEINDEPENDENT in the TS/MP START PATHWAY 
command.
ZIOPROTOCOL 
specifies the protocol the TCP follows when a SCREEN COBOL SEND MESSAGE 
statement completes with a timeout or unsolicited message. ZIOPROTOCOL has 
the following values:
0 Directs the TCP to issue a Guardian CANCEL procedure to cancel a SEND 
MESSAGE I/O operation. The I/O is cancelled because an unsolicited 
message arrives or a SEND MESSAGE TIMEOUT occurs.
1 Directs the TCP to use a Guardian CONTROL-26 protocol to cancel a SEND 
MESSAGE I/O operation. The I/O is cancelled because an unsolicited 
message arrives or a SEND MESSAGE TIMEOUT occurs.










