FTAM/9000 Reference Manual

Chapter 1 37
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE143_INV_PROC_MODE
CAUSE Invalid bits are set in the processing_mode parameter.
EXAMPLE: You set Bit (1) in the parameter, but only
Bits (11) to (15) are valid.
ACTION Call ft_open() with valid bits set in the
processing_mode parameter.
MESSAGE FTE148_INV_REQ_ACCESS
CAUSE Invalid bits are set in the requested_access parameter
for ft_create(), ft_fopen(), or ft_select(). EXAMPLE: You
set Bit (1) in the parameter, but only Bits (8) to (15) are
valid for the requested_access.
ACTION Correctly set the FT_FA_XXX bits for the
requested_access parameter and call the function
again.
MESSAGE FTE149_INV_SRC_ACCOUNT
CAUSE Invalid input_dcb->source_account parameter
forft_fcopy() or ft_fmove().
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.