OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-9
ZAPS Structures
The value of ZNUM-ELEMENTS specifies the number of data elements in the data
parameter.
ZAPS-DDL-DIAG-BUF
is a diagnostic buffer that conveys additional information helpful in analyzing the
problem being reported. The format of this structure is considered HP internal.
ZAPS-DDL-ERROR-CODE
identifies the type of APS error that occurred. For the values and descriptions of
the APS error codes, refer to Appendix B, NonStop FTAM Initiator Error Messages.
ZAPS-DDL-ERROR-CODE is the ZAPS error code number.
ZAPS-DDL-FILENAME
is the data type for a file name in internal format. ZAPS-DDL-FILENAME is not
used to define FTAM file names; use it to define the names of Guardian processes,
such as APLMGR.
ZAPS-DDL-ORIGINAL-ERROR
tells you the first error that was detected in the current error situation.
ZDEVICE-NAME contains the fully qualified device name of the entity that originally
detected the error, including the subdevice, if applicable. If not applicable, this field is
blank.
ZERROR contains details of the error originally detected and identifies the service that
detected it.
DEFINITION ZAPS-DDL-DIAG-BUF.
02 ZC PIC X(64).
02 ZS REDEFINES ZC.
03 ZI TYPE BINARY 16 OCCURS 32 TIMES.
02 ZB REDEFINES ZC PIC X OCCURS 64 TIMES.
END
DEFINITION ZAPS-DDL-ERROR-CODE TYPE ZAPS-DDL-INT1.
DEFINITION ZAPS-DDL-FILENAME.
02 ZC PIC X(24).
02 ZS REDEFINES ZC.
03 ZI TYPE BINARY 16 OCCURS 12 TIMES.
02 ZB REDEFINES ZC PIC X OCCURS 24 TIMES.
END
DEFINITION ZAPS-DDL-ORIGINAL-ERROR.
02 ZDEVICE-NAME TYPE ZAPS-DDL-FILENAME.
02 ZERROR TYPE ZAPS-DDL-CURRENT-ERROR.
END