OSI/FTAM Programming Reference Manual
DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual—528611-001
A-15
ZFTM Structures
ZFTM-DDL-ACCOUNT-ATTR
defines a file attribute that identifies the account to be charged for FTAM use.
ZID indicates whether a ZACCOUNT value is available. The ZID field of this structure 
is not used in initiator requests and indications. ZID has two possible values:
ZFTM-VAL-ATTR-NOVALUE and ZFTM-VAL-ATTR-ISPRESENT.
ZACCOUNT specifies the identity of the account. Valid values for ZACCOUNT depend 
upon the installation.
ZFTM-DDL-ATTR-GROUPS
indicates which groups of attributes are available for use in the FTAM regime. You 
can use this structure on the initialize request and confirm services.
ZSTORAGE specifies whether the storage attribute group is available. The storage 
attribute group includes the following file attributes that give information about a file:
Storage account
Date and time of creation
Date and time of last modification
Date and time of last read access
Date and time of last attribute modification
Identity of creator
Identity of last modifier
Identity of last reader
Identity of last attribute modifier
File availability
Filesize
Future filesize
ZSECURITY specifies whether the security attribute group is available. The security 
attribute group includes the following file attributes that regulate file security and 
access:
Access control
Legal qualifications
 DEFINITION ZFTM-DDL-ACCOUNT-ATTR.
 02 ZID    TYPE ZAPS-DDL-ENUM1.
 02 ZACCOUNT    TYPE ZAPS-DDL-CHAR32.
 END
 DEFINITION ZFTM-DDL-ATTR-GROUPS.
 02 ZSTORAGE    TYPE ZAPS-DDL-BOOLEAN.
 02 ZSECURITY   TYPE ZAPS-DDL-BOOLEAN.
 02 ZPRIVATE    TYPE ZAPS-DDL-BOOLEAN.
 END










