FTAM/9000 Reference Manual

Chapter 1 49
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE199_INV_DU_NODE_DESC
CAUSE You called ft_sdata() with an invalid
node_descriptor.node_name of type struct Octet_string.
ACTION Call ft_sdata() with a valid node_descriptor. The struct
Octet_string is invalid if the length field is greater than
zero and the pointer is NULL or if the length is greater
than 65535.
MESSAGE FTE200_USR_CANC_DATA_TRAN
CAUSE You canceled the data transfer. This message returns
on ft_rdata() when you call ft_cancel(), a positive
confirmation returns, and ft_rdata() requests are
pending.
ACTION Informative message; no action required.
MESSAGE FTE201_INV_SRC_CONCUR_CNTL
CAUSE The input_dcb->src_concur_cntl parameter is invalid
for ft_fcopy() or ft_fmove().
ACTION Call the function with a valid file lock in each
input_dcb->src_concur_cntl field.
MESSAGE FTE202_INV_DEST_CONCUR_CNTL
CAUSE The input_dcb->dest_concur_cntl parameter is invalid
for ft_fcopy() or ft_fmove().
ACTION Call the function with a valid file lock in each
input_dcb->dest_concur_cntl field.