z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ATB80100I

z/OS MVS Programming: Writing Transaction Programs for APPC/MVS
SA23-1397-00

ATB80100I
From VTAM macro APPCCMD: Primary error return code: prim_code, secondary error return code: sec_code, sense code: sense_code.

Explanation

A TP called an APPC/MVS conversation service that resulted in an invocation of the VTAM APPCCMD macro. The APPCCMD macro returned a non-zero return code, indicating that an error occurred.

In the message text:
prim_code
The primary return code from the VTAM macro APPCCMD.
sec_code
The secondary return code from the VTAM macro APPCCMD.
sense_code
The sense code from the VTAM macro APPCCMD.

System action

The system returns a non-zero return code to the caller of the conversation service. The partner LU might return log data, which further describes the error.

System programmer response

Determine why the ACB is closed. It could be because VTAM is not active, the scheduler unidentified with the IMMEDIATE option or the LU was inactivated with a VTAM command. If so, activate the LU so that the ACB opens and the LU transitions to Active state.

See z/OS Communications Server: SNA Programmer's LU 6.2 Guide for explanations of the primary return code, secondary return code and the sense code displayed in the message text. Check the Error_Log_Information_Length parameter on Error_Extract to see if the partner system returned log data. If log data is available, see the description of the Error_Extract service Error_Extract for information about how to use the log data to diagnose the error.

Programmer response

Contact the system programmer.

Source

APPC/MVS

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014