OSI/FTAM Programming Reference Manual
DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual—528611-001
A-38
Named Values
ZAPS-VAL-TRUE
indicates that the condition in the ZAPS-DDL-BOOLEAN data type is true.
ZFTM-VAL-ACCESSCNTXT-xxx
See ZFTM-DDL-ACCESS-CNTXT on page A-13.
ZFTM-VAL-ACTION-xxx
indicates the outcome of an action. The following values are returned on the FTM 
procedures:
ZFTM-VAL-ACTION-SUCCESS indicates that the action was a success.
ZFTM-VAL-ACTION-FAILURE indicates that the action was a failure.
ZFTM-VAL-ATTR-xxx
See ZFTM-DDL-ACCESS-CNTRL-ATTR on page A-12.
ZFTM-VAL-CLOSE-xxx
indicates the value of a close-file attribute. These values are used only for the FTM 
file-close service.
ZFTM-VAL-CLOSE-NODELETE indicates that the file currently open should be closed 
and deselected but not deleted.
ZFTM-VAL-CLOSE-DELETE indicates that the file currently open should be closed and 
deleted.
ZFTM-VAL-CNTNTSLIST-xxx
See ZFTM-DDL-CNTNTS-LIST.
ZFTM-VAL-CNTNTSTYPE-xxx
See ZFTM-DDL-CNTNTS-TYPE.
ZFTM-VAL-DE-xxx
For applicable ZTYPE field values, see ZFTM-DDL-DE-FADU and ZAPS-DDL-
DATA-ELEMENT-HDR.
 CONSTANT ZFTM-VAL-ACTION-SUCCESS   VALUE 0 TYPE BINARY 32.
 CONSTANT ZFTM-VAL-ACTION-FAILURE   VALUE 2 TYPE BINARY 32.
 CONSTANT ZFTM-VAL-CLOSE-NODELETE   VALUE 0 TYPE BINARY 32.
 CONSTANT ZFTM-VAL-CLOSE-DELETE   VALUE 1 TYPE BINARY 32.










