ZPWY-DDL- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
5-12
ZPWY-DDL-ERROR-INFO
ZERROR2 1038
ZINFO2 1
ZDETAIL2 11
ZPWY-DDL-ERROR-INFO
ZPWY-DDL-ERROR-INFO provides error information.
ZERROR
contains a Pathway environment error number. The error numbers are described
by symbolic names in the NonStop Pathway/iTS Management Reference Manual.
ZINFO
contains the number of a second error that provides further information about
ZERROR.
The following example shows error information returned in ZERRORINFO:
ZERRORINFO
ZERROR 1038
ZINFO %001413
ZPWY-DDL-FILLER
ZPWY-DDL-FILLER is a filler character.
SSNULL initializes a field with this type to a blank character.
ZPWY-DDL-INSPECT-INFO
ZPWY-DDL-INSPECT-INFO indicates whether SCREEN COBOL programs running on
TERM objects controlled by a TCP can be examined by using the HP Inspect
debugging tool. This token can also specify an Inspect command terminal.
def ZPWY-DDL-ERROR-INFO.
02 ZERROR token-type ZPWY-DDL-INT.
02 ZINFO token-type ZSPI-DDL-INT.
end.
def ZPWY-DDL-FILLER token-type ZSPI-DDL-CHAR.
def ZPWY-DDL-INSPECT-INFO. token-type ZSPI-DDL-INT.
02 ZINSPECT token-type ZPWY-DDL-ON-OFF.
02 ZINSPECTFILE token-type ZSPI-DDL-FNAME32.