OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-18
ZFTM Structures
ZSTORAGEACCOUNT identifies the storage account to be used for tracking
FTAM-use charges.
ZFILEAVLBLTYATTRISPRESENT indicates whether the file availability status is to be
changed.
ZFILEAVLBLTYATTR specifies immediate or deferred file availability.
ZFUTUREFILESIZEISPRESENT indicates whether the future file size value is to be
changed.
ZFUTUREFILESIZE contains the future file size value.
ZACCESSCNTRLISPRESENT indicates whether access control specifications are to
be changed.
ZACCESSCNTRL contains the changes that are to be made to the access control
elements that define the conditions under which access to a file is allowed.
ZLEGALQUALIFISPRESENT indicates whether a legal qualification specification is to
be changed.
ZLEGALQUALIFICATION conveys information about the legal status of the file. Its use
depends on the implementation of the responder.
ZFTM-DDL-CHARGING
reports the charges incurred in the regime being released. This is an optional
output parameter returned only if a storage account was specified when the regime
was established.
ZCOUNT indicates how many charging elements—triples including resourceid,
chargeunit, and chargevalue—are included in the list. The maximum number allowed is
10.
ZCHARGINGISPRESENT indicates whether a charging value is present.
ZCHARGING is implementation dependent. Charges are made only when there is an
account specified. This field specifies the values for each charging element, as follows:
ZRESOURCEID contains the identity of the resource being charged. The
resources available depend on the implementation. If the responder returns a
value for the resource identity that is greater than 16, the initiator passes only the
first 16 characters to the application.
DEFINITION ZFTM-DDL-CHARGING.
02 ZCOUNT TYPE ZAPS-DDL-INT1.
02 ZCHARGINGISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZCHARGING OCCURS 10 TIMES.
03 ZRESOURCEID TYPE ZAPS-DDL-CHAR16.
03 ZCHARGEUNIT TYPE ZAPS-DDL-CHAR16.
03 ZCHARGEVALUE TYPE ZAPS-DDL-INT2.
END