OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-14
ZFTM Structures
ZFTM-VAL-ACCESSCNTXT-FA, Flat All Data Units. According to this access
context, Node-Descriptor-Data-Elements and File-Contents-Data-Elements from
the addressed FADU are transferred.
ZFTM-VAL-ACCESSCNTXT-UA, Unstructured All Data Units. According to this
access context, only File-Contents-Data-Elements from the addressed FADU are
transferred.
ZLEVELNUMISPRESENT indicates if a level number value is present. The value of
this field is always ZAPS-VAL-ABSENT.
ZLEVELNUM provides an optional level number which is used to limit access to a
specified level. This field applies only to the ZFTM-VAL-ACCESSCNTXT-FL access
context, which is not used in this implementation.
ZFTM-DDL-ACCESS-PASSWDS
contains the set of passwords used on the select, create, read attributes, and
change attributes services to control access to files for various activities. Note that
if the responder returns a value for a password that is greater than 32 characters,
the initiator passes only the first 32 characters to the application.
ZREADPASSWD contains the password that allows you to read the file.
ZINSERTPASSWD contains the password that allows you to insert data into the file.
ZREPLACEPASSWD contains the password that allows you to replace data in the file.
ZEXTENDPASSWD contains the password that allows you to extend the file.
ZERASEPASSWD contains the password that allows you to erase some or all the file
contents.
ZREADATTRPASSWD contains the password that allows you to read the file
attributes.
ZCHNGATTRPASSWD contains the password that allows you to change the file
attributes.
ZDELETEPASSWD contains the password that allows you to delete the file.
DEFINITION ZFTM-DDL-ACCESS-PASSWDS.
02 ZREADPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZINSERTPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZREPLACEPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZEXTENDPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZERASEPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZREADATTRPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZCHNGATTRPASSWD TYPE ZAPS-DDL-CHAR32.
02 ZDELETEPASSWD TYPE ZAPS-DDL-CHAR32.
END