OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-24
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.
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
depends on the implementation of the responder.
ZFTM-DDL-CREATE-ATTR-GRP
indicates the values of the file attributes to be specified during file creation using
the grouped procedure FTM_FILE_OPEN_REQ_. This definition is identical to the
ZFTM DDL-CREATE-ATTR definition except that the filename attribute is not
included. For a detailed description of file attributes, refer to the OSI/FTAM
Programming Guide.
ZPERMITTEDACTIONS lists the actions that are permitted for this file. Document type
and the implementation of the responder limit the permitted actions.
DEFINITION ZFTM-DDL-CREATE-ATTR-GRP.
* Kernel group
02 ZPERMITTEDACTIONS TYPE ZFTM-DDL-PERMITTED-ACTIONS.
02 ZCNTNTSTYPEVALUE TYPE ZFTM-DDL-CNTNTS-TYPE.
* Storage group
02 ZSTORAGEACCOUNTISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZSTORAGEACCOUNT TYPE ZFTM-DDL-ACCOUNT-ATTR.
02 ZFILEAVLBLTYATTRISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZFILEAVLBLTYATTR TYPE ZFTM-DDL-FILEAVLBLTY-ATTR.
02 ZFUTUREFILESIZEISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZFUTUREFILESIZE TYPE ZFTM-DDL-FILESIZE-ATTR.
* Security group
02 ZACCESSCNTRLATTRISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZACCESSCNTRLATTR TYPE ZFTM-DDL-ACCESS-CNTRL-ATTR.
02 ZLEGALQUALIFISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZLEGALQUALIFICATION TYPE ZFTM-DDL-LEGALQUALIF-ATTR.
* Private group - unsupported
END