OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-37
Named Values
ZMGMT specifies the file-management class.
ZTRANSFER specifies the file-transfer class.
ZXFERMGMT specifies the file-transfer-management class.
ZACCESS specifies the file-access class.
ZFTM-DDL-USER-ID
identifies the user identity responsible for various file activities including creating a
file, reading it, modifying it, and reading and modifying its attributes.
ZID indicates whether a ZUSERID value is available. ZID has two possible values:
ZFTM-VAL-ATTR-NOVALUE and ZFTM-VAL-ATTR-ISPRESENT.
ZUSERID identifies the entity responsible for the file activity.
Named Values
The following subsection lists the values for individual fields in the APS and FTM data
structures. Named values give the constant values that these fields can assume. All
named values begin with ZAPS-VAL- or ZFTM-VAL-. Named values are listed
alphabetically.
ZAPS-VAL-ABSENT
indicates that an optional parameter is absent. The second-level data type
ZAPS-DDL-ISPRESENT identifies the optional parameter.
ZAPS-VAL-AE-TITLE-xxx
See ZAPS-DDL-AE-TITLE on page A-6.
ZAPS-VAL-FALSE
indicates that the condition in the ZAPS-DDL-BOOLEAN data type is false.
ZAPS-VAL-PRESENT
indicates that an optional parameter is present. The second-level data type
ZAPS-DDL-ISPRESENT identifies the optional parameter.
ZAPS-VAL-SERVICE-xxx
See ZAPS-DDL-SERVICE-ID on page A-10.
DEFINITION ZFTM-DDL-USER-ID.
02 ZID TYPE ZAPS-DDL-ENUM1.
02 ZUSERID TYPE ZAPS-DDL-CHAR32.
END