FTAM/9000 Reference Manual

Chapter 1 39
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE153_INV_STORE_ACCOUNT
CAUSE Invalid storage_account 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 FTE154_INV_STRUCT_ID
CAUSE Invalid structure_id parameter; the specified value is
not within the Ft_structure_id enumeration.
ACTION Call ft_sdata() with a valid structure_id.
MESSAGE FTE155_NO_SYNCH_IN_GROUP
CAUSE You made a synchronous call within a group; you called
a function with a synchronous return_event_name
while grouping was open on the specified connection.
EXAMPLE: You called ft_bgroup() on a connection and
then called ft_select() synchronously on that same
connection.
ACTION Call the function with an asynchronous
return_event_name.
MESSAGE FTE156_INV_FUNC_UNITS
CAUSE The bits for the FT_FU_XXX defined constants are not
set correctly in the input_dcb->connect_in_info.
functional_units parameter for ft_connect().
EXAMPLE: You set Bit (14) in the parameter, but only
Bits (5) to (13) are valid.
ACTION Correctly set the FT_FU_XXX bits for the
input_dcb->connect_in_info. functional_units
parameter and call ft_connect() again.