OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-31
ZFTM Structures
ZFTM-DDL-FILESIZE-ATTR
specifies the file attribute that represents the size of the file in octets.
ZID indicates whether there is a ZFILESIZE attribute available. The ZID field of this
structure is not used in initiator requests and indications. ZID has two possible values:
ZFTM-VAL-ATTR-NOVALUE and ZFTM-VAL-ATTR-ISPRESENT.
ZFILESIZE contains the size of the file.
ZFTM-DDL-FUNC-UNITS
identifies the functional units negotiated by the FTAM initialize service. For further
information about functional units, refer to the OSI/FTAM Programming Guide.
ZREAD specifies the read functional unit.
ZWRITE specifies the write functional unit.
ZFILEACCESS specifies the file-access functional unit.
ZFILEMGMT specifies the limited-file-management functional unit.
ZFILEMGMTENHANCED specifies the enhanced-file-management functional unit.
ZGROUP specifies the grouping functional unit.
ZFADULOCK specifies the FADU-locking functional unit. ZFADULOCK with a value of
ZAPS-VAL-TRUE is not supported. Specify a value of ZAPS-VAL-FALSE, or an error is
returned.
ZRECOVERY specifies the recovery functional unit. ZRECOVERY with a value of
ZAPS-VAL-TRUE is not supported. Specify a value of ZAPS-VAL-FALSE, or an error is
returned.
ZRESTART specifies the restart functional unit. ZRESTART with a value of ZAPS-VAL-
TRUE is not supported. Specify a value of ZAPS-VAL-FALSE, or an error is returned.
DEFINITION ZFTM-DDL-FILESIZE-ATTR.
02 ZID TYPE ZAPS-DDL-ENUM1.
02 ZFILESIZE TYPE ZAPS-DDL-INT2.
END
DEFINITION ZFTM-DDL-FUNC-UNITS.
02 ZREAD TYPE ZAPS-DDL-BOOLEAN.
02 ZWRITE TYPE ZAPS-DDL-BOOLEAN.
02 ZFILEACCESS TYPE ZAPS-DDL-BOOLEAN.
02 ZFILEMGMT TYPE ZAPS-DDL-BOOLEAN.
02 ZFILEMGMTENHANCED TYPE ZAPS-DDL-BOOLEAN.
02 ZGROUP TYPE ZAPS-DDL-BOOLEAN.
02 ZFADULOCK TYPE ZAPS-DDL-BOOLEAN.
02 ZRECOVERY TYPE ZAPS-DDL-BOOLEAN.
02 ZRESTART TYPE ZAPS-DDL-BOOLEAN.
END