OSI/FTAM Programming Reference Manual

DDL Definitions
HP NonStop OSI/FTAM Programming Reference Manual528611-001
A-41
Named Values
ZFTM-VAL-FOPEN-RECREATE indicates that the existing file is to be deleted and a
new file is to be created using the file attributes specified in the initial-attrib
parameter.
If the file does not exist, the new file is created and the call succeeds.
ZFTM-VAL-FOPEN-OLD indicates that an existing file is selected. If the file does not
exist, the call to open the file fails.
ZFTM-VAL-OVR-xxx
is the override parameter that defines the action taken if the file named in the
create or select procedure call already exists.
ZFTM-VAL-OVR-CREATE-FAIL indicates that the file creation is to fail, that is, not
complete, if the file already exists.
ZFTM-VAL-OVR-SELECT-OLD indicates that the existing file is to be selected. If the
file does not exist, it is created using the file attributes specified in the
initial-attrib parameter.
ZFTM-VAL-OVR-CREATE-OLD indicates that the existing file is to be deleted and a
new file is to be created using the attributes of the deleted file.
ZFTM-VAL-OVR-CREATE-NEW indicates that the existing file is to be deleted and a
new file is to be created using the attributes specified in the initial-attrib
parameter.
ZFTM-VAL-STATE-xxx
indicates the outcome of a state (regime) transition.
ZFTM-VAL-STATE-SUCCESS indicates that the association has changed regimes as
expected.
ZFTM-VAL-STATE-FAILURE indicates that the association has not changed regimes
as expected.
ZFTM-VAL-STRINGSIG-xxx
See ZFTM-DDL-CNTNTS-TYPE.
ZFTM-VAL-UC-xxx
See ZFTM-DDL-CNTNTS-TYPE.
CONSTANT ZFTM-VAL-OVR-CREATE-FAIL VALUE 0 TYPE BINARY 32.
CONSTANT ZFTM-VAL-OVR-SELECT-OLD VALUE 1 TYPE BINARY 32.
CONSTANT ZFTM-VAL-OVR-CREATE-OLD VALUE 2 TYPE BINARY 32.
CONSTANT ZFTM-VAL-OVR-CREATE-NEW VALUE 3 TYPE BINARY 32.
CONSTANT ZFTM-VAL-STATE-SUCCESS VALUE 0 TYPE BINARY 32.
CONSTANT ZFTM-VAL-STATE-FAILURE VALUE 1 TYPE BINARY 32.