OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-16
ZFTM Structures
ZPRIVATE specifies whether the private attribute group is available. Because NonStop
FTAM does not support the private attribute group, always set this field to
ZAPS-VAL-FALSE.
ZFTM-DDL-ATTR-NAMES
identifies the file attributes that you wish the responder to return when you issue an
FTM_READ_ATTRIB_REQ_ procedure call. This structure is also used in NBS-9
operations to specify the file attributes of the contents-type (ZFILEATTRS field of
ZDOCTYPE in ZFTM-DDL-CNTNTS-TYPE). Requesting an attribute that is part of
a non-negotiated attribute group is not valid and results in an error. For a more
detailed description of file attributes, refer to the OSI/FTAM Programming Guide.
ZFILENAME requests the file name.
ZPERMITTEDACTIONS requests the actions permitted on the file.
ZCNTNTSTYPE requests the file contents type.
ZSTORAGEACCOUNT requests the identity of the storage account.
ZCREATION requests the date and time the file was created.
ZLASTMOD requests the date and time the file was last modified.
ZLASTREADACCESS requests the date and time the file was last read.
ZLASTATTRMOD requests the date and time the file attributes were last modified.
ZCREATORID requests the identity of the file creator.
ZLASTMODID requests the identity of the individual who last modified the file.
ZLASTREADERID requests the identity of the individual who last read the file.
ZLASTATTRMODID requests the identity of the individual who last modified the file
attributes.
DEFINITION ZFTM-DDL-ATTR-NAMES.
02 ZFILENAME TYPE ZAPS-DDL-BOOLEAN.
02 ZPERMITTEDACTIONS TYPE ZAPS-DDL-BOOLEAN.
02 ZCNTNTSTYPE TYPE ZAPS-DDL-BOOLEAN.
02 ZSTORAGEACCOUNT TYPE ZAPS-DDL-BOOLEAN.
02 ZCREATION TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTMOD TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTREADACCESS TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTATTRMOD TYPE ZAPS-DDL-BOOLEAN.
02 ZCREATORID TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTMODID TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTREADERID TYPE ZAPS-DDL-BOOLEAN.
02 ZLASTATTRMODID TYPE ZAPS-DDL-BOOLEAN.
02 ZFILEAVLBLTY TYPE ZAPS-DDL-BOOLEAN.
02 ZFILESIZE TYPE ZAPS-DDL-BOOLEAN.
02 ZFUTUREFILESIZE TYPE ZAPS-DDL-BOOLEAN.
02 ZACCESSCNTRL TYPE ZAPS-DDL-BOOLEAN.
02 ZLEGALQUALIF TYPE ZAPS-DDL-BOOLEAN.
02 ZPRIVATEUSE TYPE ZAPS-DDL-BOOLEAN.
END