FTAM/9000 Reference Manual

34 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE129_INV_DEST_ACCOUNT
CAUSE Invalid input_dcb->dest_account parameter for
ft_fmove() or ft_fcopy(); 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 FTE130_INV_DEST_DIRNAME
CAUSE Invalid destination_dirname parameter on ft_fmove()
or ft_fcopy(); syntax is incorrect. EXAMPLE: You called
ft_fmove() and specified destination_dirname with a
negative number of rdns.
ACTION Call the function with a syntactically correct
destination_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 FTE131_INV_DEST_FNAME
CAUSE Invalid destination_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.