FTAM/9000 Reference Manual

Chapter 1 41
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE161_NULL_FILENAME
CAUSE You passed a null pointer to filename on a function
that requires filename to have a non-NULL value.
ACTION Call the function with a valid, non-NULL filename.
MESSAGE TE162_NULL_SRC_FNAME
CAUSE You called ft_fcopy() or ft_fmove() with a NULL
source_filename.
ACTION Call the function with a valid, non-NULL
source_filename.
MESSAGE FTE163_SAME_FILE
CAUSE Duplicate filenames when source and destination are
identical; you called ft_fcopy() or ft_fmove(), but
specified the same source and destination file-store and
the same source and destination file.
ACTION Call the function using different source and
destination files.
MESSAGE FTE166_UNKN_ATTR_GROUP
CAUSE The bits for the FT_AG_XXX defined constants are not
set correctly in the input_dcb->connect_in_info.
attribute_groups parameter for ft_connect().
EXAMPLE: You set Bit (1) in the attribute_group field,
but only Bits (13) to (15) are valid.
ACTION Correctly set the FT_AG_XXX bits for the
input_dcb->connect_in_info. attribute_groups
parameter and call ft_connect() again.