OSI/AS Programming Manual
Parameter Structures
DDL Definitions
A–10 056783 Tandem Computers Incorporated
ZAPS-DDL-ENVIRONMENT defines the environment through which your OSI/AS
connection will be made.
DEFINITION ZAPS-DDL-ENVIRONMENT.
02 ZEND-SYSTEM-NAME TYPE ZAPS-DDL-FILENAME.
02 ZWAITMODE TYPE ZAPS-DDL-WAITMODE.
END
The value of ZEND-SYSTEM-NAME is the fully qualified name of the OSI manager
process, in internal format.
For the values of ZWAITMODE, see the description of ZAPS-DDL-WAITMODE later
in this appendix.
ZAPS-DDL-ERROR-CODE indicates the type of error that occurred. For the values
and descriptions of the error codes, see Appendix B.
DEFINITION ZAPS-DDL-ERROR-CODE TYPE ZAPS-DDL-INT1.
ZAPS-DDL-FILENAME is the data type for a file name in internal format.
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
ZAPS-DDL-INVOCATION-IDS contains the application entity and application
process invocation identifiers. Their settings are application-dependent.
DEFINITION ZAPS-DDL-INVOCATION-IDS.
02 ZAE-INVOCATION-ID TYPE ZAPS-DDL-OPTL-INT2.
02 ZAP-INVOCATION-ID TYPE ZAPS-DDL-OPTL-INT2.
END