ATB80103I   Sync_level of CM_syncpt is not valid when deallocate_type characteristic is either deallocate_flush or deallocate_confirm.

Explanation

A TP called either:
  • The CPI-C Set_Sync_Level service to set the synchronization level characteristic for a conversation to sync_level_syncpt, or
  • The CPI-C Set_Deallocate_Type service to set the deallocate type characteristic for a conversation to either deallocate_flush or deallocate_confirm, after a previous call to the Set_Sync_Level service set the synchronization level characteristic for a conversation to sync_level_syncpt.

System action

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

Programmer response

Do one of the following:
  • See the description of the Set_Sync_Level service in CPI-C Reference for explanations of valid values for the sync_level parameter when the Deallocate_Type characteristic for the conversation is set to either deallocate_flush or deallocate_confirm.
  • See the description of the Set_Deallocate_Type service in CPI-C Reference for explanations of valid values for the deallocate_type parameter when the synchronization level characteristic of the conversation is set to CM_Syncpt. The only valid value for deallocate_type is cm_deallocate_sync_level when the synchronization level characteristic of the conversation is set to CM_Syncpt.

Source

APPC/MVS