OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-13
ZFTM Structures
ZDELETEVALUES contains the access-control element values to be deleted.
ZFTM-DDL-ACCESS-CNTRL-ELEM
contains the information used to determine when an application can access a file.
ZACTIONLIST lists the actions that an application can perform on the file.
ZCONCURRENCYISPRESENT indicates whether the concurrency access field is
specified.
ZCONCURRENCYACCESS indicates what actions an application can perform
concurrently on the file.
ZIDENTITYISPRESENT indicates whether the identity is specified.
ZIDENTITY contains the identity granted access to the file. Note that if the responder
returns a value for the identity that is greater than 32 characters, the initiator passes
only the first 32 characters to the application.
ZPASSWDSISPRESENT indicates whether passwords are specified to authenticate
the identity.
ZPASSWDS lists the passwords associated with each of the actions in the action list.
ZLOCATIONISPRESENT indicates whether an application entity (AE) title is present.
ZLOCATION specifies the AE title required to gain access to the file. This AE title must
match the one specified on the initialize request that establishes the FTAM regime.
ZFTM-DDL-ACCESS-CNTXT
specifies the access context of a file on the FTM_READ_REQ_ procedure call. It
tells you how the file is organized internally.
ZCNTXT indicates the access context. The following values are valid for ZCNTXT:
DEFINITION ZFTM-DDL-ACCESS-CNTRL-ELEM.
02 ZACTIONLIST TYPE ZFTM-DDL-REQUESTED-ACCESS.
02 ZCONCURRENCYISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZCONCURRENCYACCESS TYPE ZFTM-DDL-CONCURRENCY.
02 ZIDENTITYISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZIDENTITY TYPE ZAPS-DDL-CHAR32.
02 ZPASSWDSISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZPASSWDS TYPE ZFTM-DDL-ACCESS-PASSWDS.
02 ZLOCATIONISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZLOCATION TYPE ZAPS-DDL-AE-TITLE.
END
DEFINITION ZFTM-DDL-ACCESS-CNTXT.
02 ZCNTXT TYPE ZAPS-DDL-INT2.
02 ZLEVELNUMISPRESENT TYPE ZAPS-DDL-ISPRESENT.
02 ZLEVELNUM TYPE ZAPS-DDL-INT2.
END
The valid values for ZCNTXT are:
CONSTANT ZFTM-VAL-ACCESSCNTXT-FA VALUE 2 TYPE BINARY 32.
CONSTANT ZFTM-VAL-ACCESSCNTXT-UA VALUE 5 TYPE BINARY 32.