OSI/FTAM Programming Reference Manual
DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual—528611-001
A-23
ZFTM Structures
ZFTM-DDL-CONCURRENCY-KEY
defines the levels of concurrency applied to various file activities in 
ZFTM-DDL-CONCURRENCY.
ZNOTREQUIRED indicates that the primary user does not intend to perform the 
specified activity on the file.
ZSHARED indicates that anyone can perform the specified activity on the file.
ZEXCLUSIVE indicates that only the primary user can perform the specified activity on 
the file.
ZNOACCESS indicates that no one is allowed to perform the specified activity on the 
file.
ZFTM-DDL-CREATE-ATTR
indicates the values of the file attributes to be specified during file creation. Only 
attributes whose attribute group was negotiated when the association was 
established can be specified. NonStop FTAM does not support the private group. 
For a detailed description of file attributes, refer to the OSI/FTAM Programming 
Guide
ZFILENAME provides the name of the file. If the responder returns a value for the 
filename attribute that is greater than 128 characters, the initiator passes only the first 
128 characters to the application.
ZPERMITTEDACTIONS lists the actions that are permitted for this file. These are 
limited by document type and the implementation of the responder.
 DEFINITION ZFTM-DDL-CONCURRENCY-KEY.
 02 ZNOTREQUIRED   TYPE ZAPS-DDL-BOOLEAN.
 02 ZSHARED    TYPE ZAPS-DDL-BOOLEAN.
 02 ZEXCLUSIVE   TYPE ZAPS-DDL-BOOLEAN.
 02 ZNOACCESS   TYPE ZAPS-DDL-BOOLEAN.
 END
 DEFINITION ZFTM-DDL-CREATE-ATTR.
 * Kernel group
 02 ZFILENAME   TYPE ZAPS-DDL-CHAR128.
 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.
 END










