Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-38
ZPWY-MAP-PAR-START-TERM
ZNOWAIT 
allows the program to execute concurrently with your Pathsend requester 
application program. The following values are valid:
If ZNOWAIT has the value ZPWY-VAL-ON, then ZFILE must have a name that is 
different from the file name of the TERM object on which your application program 
is running.
ZPWY-MAP-PAR-START-TERM
This token specifies the SCREEN COBOL program unit that runs on the TERM object 
when it starts. 
ZINITIAL 
is the SCREEN COBOL program unit that runs on the TERM object when it starts. 
If you do not assign a value to ZINITIAL, the default is the initial program unit 
established by the ZINITIAL field in ZPWY-DDL-DEF-TERM.
ZPWY-MAP-PAR-STATS-SCTCP
This token specifies whether the counters used for statistics measurements should be 
set back to zero after returning the statistics data. 
ZRESETSTATS 
indicates whether to reset the statistics counters to zero. The following values are 
possible:
ZPWY-VAL-OFF Specifies that the PATHMON process replies to the 
START PROG request after the SCREEN COBOL 
application started by START PROG completes. This is 
the default value.
ZPWY-VAL-ON Specifies that the PATHMON process replies after starting 
a TERM object based on the PROG attributes.
def ZPWY-DDL-PAR-START-TERM.
 02 ZINITIAL token-type ZPWY-DDL-SCOBOL-
PUNAME. 
end.
def ZPWY-DDL-PAR-STATS-SCTCP.
 02 ZRESETSTATS token-type ZPWY-DDL-YES-NO. 
end.
ZPWY-VAL-NO Counters are not reset to 0.
ZPWY-VAL-YES Counters are reset to 0.










