ATB80069I   Confirm processing not allowed when Sync_level is None.

Explanation

A TP called an APPC/MVS conversation service to send a confirmation request to a partner program on a conversation that was allocated with a Sync_level of None. A TP cannot send a confirmation request when a Sync_level of None is specified.

System action

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

Programmer response

Do one of the following:
  • If the TP called LU 6.2 Allocate, ensure that the call to Allocate specifies a Sync_level of Confirm
  • If the TP uses the CPI-C Initialize_Conversation and Allocate calls, specify a Sync_level of Confirm using the Set_Sync_Level (CMSSL) service
  • Change the TP so it does not request confirm processing for the conversation.

Source

APPC/MVS