OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-10
ZAPS Structures
ZAPS-DDL-PSAP
defines a presentation service access point address. It contains the OSI address of
an application process.
ZPSEL is the presentation selector address.
ZSSEL is the session selector address.
ZTSEL is the transport selector address. It defines a user of the Transport Layer
service.
ZNSAP is the network service access point. It is unique in an OSI network and is
defined by an authority of the network.
ZAPS-DDL-SERVICE-ID
identifies a service within the NonStop FTAM or OSI/AS subsystem that is the
source of an error.
ZAPS-DDL-SERVICE-ID can take one of the following values:
ZAPS-VAL-SERVICE-NOVALUE shows that no service is reported.
ZAPS-VAL-SERVICE-APS indicates that the source of the error is the OSI/AS API.
ZAPS-VAL-SERVICE-SESSION indicates that the source of the error is the
session service.
ZAPS-VAL-SERVICE-PRESENTATION indicates that the source of the error is the
presentation service.
ZAPS-VAL-SERVICE-ACSE indicates that the source of the error is the ACSE
service.
ZAPS-VAL-SERVICE-FTAM indicates that the source of the error is the FTAM API
or initiator.
DEFINITION ZAPS-DDL-PSAP.
02 ZPSEL TYPE ZAPS-DDL-CHAR16.
02 ZSSEL TYPE ZAPS-DDL-CHAR16.
02 ZTSEL TYPE ZAPS-DDL-CHAR32.
02 ZNSAP TYPE ZAPS-DDL-CHAR20.
END
DEFINITION ZAPS-DDL-SERVICE-ID TYPE ZAPS-DDL-ENUM1.
The valid values are:
CONSTANT ZAPS-VAL-SERVICE-NOVALUE VALUE 0.
CONSTANT ZAPS-VAL-SERVICE-APS VALUE 1.
CONSTANT ZAPS-VAL-SERVICE-SESSION VALUE 5.
CONSTANT ZAPS-VAL-SERVICE-PRESENTATION VALUE 6.
CONSTANT ZAPS-VAL-SERVICE-ACSE VALUE 7.
CONSTANT ZAPS-VAL-SERVICE-FTAM VALUE 8.