ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-6
ZPWY-MAP-DEF-PROG
ZPWY-MAP-DEF-PROG
ZPWY-MAP-DEF-PROG identifies an extensible structured token that defines the
attributes for a Pathway subsystem PROG object (equivalent to the PROGRAM object
in PATHCOM).
ZERRORABORT
specifies whether the TCP aborts or suspends the terminal if a RUN PROGRAM
error occurs in the SCREEN COBOL program. The following values are valid:
If you do not assign a value to this field, the default is ZPWY-VAL-ON.
ZOWNER
specifies the user ID authorized to start a PROG object. The user ID must be
known to the system in which the program is running. The value of the ZOWNER
field works in conjunction with the value you set for the ZSECURITY field.
For more information, see the ZPWY-DDL-OWNER-ID on page 5-14.
If you do not assign a value to this field, the default is the owner ID of the user who
adds the program.
ZPRINTERINFO
specifies the printer to be used for the SCREEN COBOL PRINT SCREEN verb.
The fields are described under ZPWY-DDL-PRINTER-INFO in this section.
def ZPWY-DDL-DEF-PROG.
02 ZERRORABORT token-type ZPWY-DDL-ON-OFF.
02 ZOWNER.
03 ZSYSTEMNUMBER token-type ZSPI-DDL-INT.
03 ZGROUPNUMBER token-type ZSPI-DDL-INT.
03 ZUSERNUMBER token-type ZSPI-DDL-INT.
02 ZPRINTERINFO.
03 ZISATTACHED token-type ZPWY-DDL-YES-NO.
03 ZPRINTERFILE token-type ZSPI-DDL-FNAME32.
02 ZSECURITY token-type ZPWY-DDL-SECURITY-VALUE.
02 ZTCP token-type ZPWY-DDL-OBJECT-NAME .
!r
02 FILLER token-type ZPWY-DDL-FILLER.
02 ZTMF token-type ZPWY-DDL-ON-OFF.
end.
ZPWY-VAL-OFF Directs the TCP to suspend a terminal if a program run error
occurs.
ZPWY-VAL-ON Directs the TCP to abort a terminal if a program run error
occurs.