OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-25
ZFTM Structures
ZCNTNTSTYPEVALUE specifies the contents type of the file.
ZSTORAGEACCOUNTISPRESENT indicates whether a storage account has been
specified.
ZSTORAGEACCOUNT identifies the storage account to be charged for FTAM activity.
ZFILEAVLBLTYATTRISPRESENT indicates whether file availability is specified for the
file.
ZFILEAVLBLTYATTR contains the file availability status.
ZFUTUREFILESIZEISPRESENT indicates whether a future file size has been
specified.
ZFUTUREFILESIZE provides the future file size.
ZACCESSCNTRLATTRISPRESENT indicates whether access control has been
defined.
ZACCESSCNTRLATTR specifies access control for the file.
ZLEGALQUALIFISPRESENT indicates whether a legal qualifications statement is
present.
ZLEGALQUALIFICATION conveys information about the legal status of the file. Its use
is dependent upon the implementation of the responder.
ZFTM-DDL-DATETIME
is the generalized time used by ZFTM-DDL-READ-ATTR.
ZID indicates whether a ZDATETIME value is available. ZID has two possible values:
ZFTM-VAL-ATTR-NOVALUE and ZFTM-VAL-ATTR-ISPRESENT.
ZDATETIME presents the generalized time in the calendar-date and time-of-day
format, YYYYMMDDHHMMSS.S
This time can be supplied in any of the following ways:
Local time: for example, 19920129051533.2 for a local time of 5:15:33.2 on
January 29, 1992.
Coordinated universal time: for example, 19920129051533.2Z adds “Z” for a
coordinated universal time of 5:15:33.2 on January 29, 1992.
Local time differential: for example, 19920129051533.2-0300 subtracts three hours
from the coordinated universal time (without the “Z”) of 5:15:33.2 on January 29,
1992.
DEFINITION ZFTM-DDL-DATETIME.
02 ZID TYPE ZAPS-DDL-ENUM1.
02 ZDATETIME TYPE ZAPS-DDL-CHAR32.
END