Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-37
ZPWY-MAP-PAR-START-PROG
ZPWY-MAP-PAR-START-PROG
This token specifies startup information for a terminal or process emulating a terminal 
used as the I/O device for a PROG object. 
ZFILE 
specifies the name of a terminal or a process emulating a terminal used as the I/O 
device for this PROG object. ZFILE allows an application to write a front-end 
process that emulates a standard terminal type and acts as a link between the 
PATHMON environment and a nonstandard terminal or an intelligent device. If 
ZFILE is a process, include the ZTERMTYPE field to indicate which device type 
the process is emulating.
ZTERMTYPEINFO 
selects from the PROG object definition the type of device on which the 
PROGRAM runs. The fields are described under ZPWY-DDL-TERMTYPE-INFO on 
page 5-17. 
ZPRINTERINFO 
identifies a printer to be used for the SCREEN COBOL PRINT SCREEN verb. The 
fields are described under ZPWY-DDL-OWNER-ID on page 5-14.
Printer information specified with the START PROG command overrides 
information specified in ZPWY-DDL-DEF-PROG.
def ZPWY-DDL-PAR-START-PROG.
 02 ZFILE. token-type ZSPI-DDL-FNAME32. 
!r
 02 ZTERMTYPEINFO.
 03 ZTERMTYPE   token-type ZPWY-DDL-TERM-TYPE.  
 03 FILLER token-type ZPWY-DDL-FILLER.
 03 ZSUBTYPE  token-type ZSPI-DDL-INT.    
 02 ZPRINTERINFO.
  03 ZISATTACHED   token-type ZPWY-DDL-YES-NO.    
 03 ZPRINTERFILE  token-type ZSPI-DDL-FNAME32.   
 02 ZNOWAIT   token-type ZPWY-DDL-ON-OFF.    
end.










