FTAM/9000 Reference Manual

Chapter 1 33
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE122_INV_ATTR_FILENAME
CAUSE Invalid filename parameter for ft_cattributes() or
ft_fcattributes(); syntax is incorrect.
ACTION Ensure characters in the parameter are part of the
graphic string character set. These ordinal values are
32 to 126 and 160 to 255. If used within escape
sequences, the values 27, 142, and 143 are also
available.
MESSAGE FTE125_INV_CONCUR_CNTL
CAUSE One of the Ft_concurrency_control fields contains an
invalid file lock. The file lock is not in the Ft_file_lock
enumeration.
ACTION Call the function with a valid file lock in each
concurrency_control field.
MESSAGE FTE127_INV_CREATE_ID
CAUSE Invalid identity_of_creator parameter; syntax is
incorrect.
ACTION Ensure characters in the parameter are part of the
graphic string character set. These ordinal values are
32 to 126 and 160 to 255. If used within escape
sequences, the values 27, 142, and 143 are also
available.
MESSAGE FTE128_INV_DELETE_ACT
CAUSE Invalid delete_action parameter for ft_fclose(); the
specified value is not within the Ft_delete_action
enumeration.
ACTION Call ft_fclose() with a valid delete_action.