FTAM/9000 Reference Manual

38 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE150_INV_SRC_DIRNAME
CAUSE Invalid source_dirname parameter for ft_fcopy() or
ft_fmove(); syntax is incorrect. EXAMPLE: You
specified source_dirname with a negative number of
rdns.
ACTION Call the function with a syntactically correct
source_dirname. The n field in struct Dir_dn or struct
Dir_rdn must be a positive value. If you provide an
attr_id and attr_value in struct Dir_ava, each field
must have a length greater than zero and the pointer
set to a non-NULL value. If you do not provide these
fields, the length must be zero.
MESSAGE FTE151_INV_SRC_FNAME
CAUSE Invalid source_filename 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 FTE152_INV_SRC_INIT_ID
CAUSE Invalid input_dcb->source_init_id parameter for
ft_fcopy() or ft_fmove(); 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.