NetBatch Management Programming Manual
Common Definitions
NetBatch Management Programming Manual—522462-003
4-64
Extensible Structured Tokens
ZBAT-MAP-DEFINE-ERROR has the structure:
ZNAMELEN
is the number of characters returned in ZNAMETXT.
ZNAMETXT
is the name of the DEFINE in error, left justified and space-filled.
ZERR
is the number of the error returned by Guardian procedure DEFINESETATTR
or DEFINEVALIDATEWORK.
ZATTRLEN
is the number of characters returned in ZATTRTXT.
ZATTRTXT
is the DEFINE attribute that is in error, left-justified and space-filled.
ZCLASSLEN
is the number of characters returned in ZCLASSTXT.
ZCLASSTXT
is the class of the DEFINE in error, left-justified and space-filled.
ZCHECKNUM
is a check number returned by Guardian procedure DEFINEVALIDATEWORK.
ZADDR
is the offset in bytes into the string ZBAT-TKN-ATT-SET-DEFINE where the
error occurred.
Definition ZBAT-DDL-DEFINE-ERROR.
02 ZNAMELEN Type ZSPI-DDL-INT.
02 ZNAMETXT Type ZSPI−DDL−CHAR24.
02 ZERR Type ZSPI-DDL-INT.
02 ZATTRLEN Type ZSPI-DDL-INT.
02 ZATTRTXT Type ZSPI-DDL-CHAR16.
02 ZCLASSLEN Type ZSPI-DDL-INT.
02 ZCLASSTXT Type ZSPI-DDL-CHAR16.
02 ZCHECKNUM Type ZSPI-DDL-INT.
02 ZADDR Type ZSPI-DDL-INT.
End