ATB80094I   Prepare_to_receive_type of CM_prep_to_receive_confirm is not valid when sync_level characteristic is CM_none.

Explanation

A TP called the CPI-C Set_Prepare_To Receive_Type service to set the prepare to receive type characteristic for a conversation. The prepare_to_receive_type parameter specified a value of CM_Prep_to_Receive_Confirm, which is not compatible with the established conversation sync_level of CM_none.

System action

The system returns a program_parameter_check (decimal 24) return code to the caller of the Set_Prepare_To_Receive_Type service.

Programmer response

Do one of the following:
  • See the description of the CPI-C Set_Prepare_To_Receive_Type service in the CPI-C Reference for explanations of valid values for the prepare_to_receive_type parameter. Specify a value other than CM_Prep_to_Receive_Confirm on the prepare_to_receive_type parameter.
  • See the description of the CPI-C Set_Sync_Level service in the CPI-C Reference for explanations of valid values for the sync_level parameter. Specify a value other than CM_none on the sync_level parameter.

Source

APPC/MVS