ATB80082I   A TP called Accept_Conversation or Get_Conversation out of sequence.

Explanation

A TP called the Accept_Conversation or Get_Conversation service to return the conversation ID that the TP will use to reference the conversation on which it was allocated. APPC/MVS could not process the request because the TP called another APPC/MVS service previously (after the conversation was allocated).

System action

The system returns a program_state_check (decimal 25) return code to the caller of the Accept_Conversation or Get_Conversation service.

Programmer response

Change the TP so it calls the Accept_Conversation or Get_Conversation service before it calls any other APPC/MVS service (after the conversation is allocated).

Source

APPC/MVS