OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-36
ZFTM Structures
ZACCESSCNTRLATTRISPRESENT indicates whether the access control attribute
was returned.
ZACCESSCNTRLATTR returns the access control values.
ZLEGALQUALIFISPRESENT indicates whether the legal qualification attribute was
returned.
ZLEGALQUALIFICATION returns a text string giving information about the legal status
of the file.
ZFTM-DDL-REQUESTED-ACCESS
specifies the types of access that you want for a file you are selecting or creating.
ZREAD indicates that you want to read the file.
ZINSERT indicates that you want to insert information into the file.
ZREPLACE indicates that you want to replace some or all of the contents of the file.
ZEXTEND indicates that you want to extend the file.
ZERASE indicates that you want to erase some or all of the contents of the file.
ZREADATTR indicates that you want to read the attributes of the file.
ZCHNGATTR indicates that you want to change the attributes of the file.
ZDELETE indicates that you want to be able to delete the file.
ZFTM-DDL-SERVICE-CLASS
specifies the service classes proposed (on the FTM_INITIALIZE_REQ_) and the
single service class negotiated (on the FTM_INITIALIZE_CNF_). For information
about service classes, refer to the OSI/FTAM Programming Guide.
ZUNCONSTRAINED is reserved, and application programs should not use it.
DEFINITION ZFTM-DDL-REQUESTED-ACCESS.
02 ZREAD TYPE ZAPS-DDL-BOOLEAN.
02 ZINSERT TYPE ZAPS-DDL-BOOLEAN.
02 ZREPLACE TYPE ZAPS-DDL-BOOLEAN.
02 ZEXTEND TYPE ZAPS-DDL-BOOLEAN.
02 ZERASE TYPE ZAPS-DDL-BOOLEAN.
02 ZREADATTR TYPE ZAPS-DDL-BOOLEAN.
02 ZCHNGATTR TYPE ZAPS-DDL-BOOLEAN.
02 ZDELETE TYPE ZAPS-DDL-BOOLEAN.
END
DEFINITION ZFTM-DDL-SERVICE-CLASS.
02 ZUNCONSTRAINED TYPE ZAPS-DDL-BOOLEAN.
02 ZMGMT TYPE ZAPS-DDL-BOOLEAN.
02 ZTRANSFER TYPE ZAPS-DDL-BOOLEAN.
02 ZXFERMGMT TYPE ZAPS-DDL-BOOLEAN.
02 ZACCESS TYPE ZAPS-DDL-BOOLEAN.
END