TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-DDL- Definitions
NonStop TS/MP Management Programming Manual540082-001
5-13
ZPWY-DDL-ERROR-INFO
ZDETAIL2
contains additional error information.
This example shows error information returned in ZERRORINFO and ZERRORINFO2:
ZERRORINFO
ZERROR 1038
ZINFO %001413
ZERRORINFO2
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 TS/MP System Management Manual.
ZINFO
contains the number of a second error that provides further information about
ZERROR.
This 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.
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.