EntireX CICS ABEND Codes

The abend codes in this document may be produced by RPC clients generated with the COBOL Wrapper for interface type CICS with DFHCOMMAREA calling convention. See Using the COBOL Wrapper for CICS with DFHCOMMAREA Calling Convention (z/OS and z/VSE).


EXX1 Wrong LENGTH parameter for EXEC CICS LINK
Explanation

This abend code is raised by client interface objects. See COBOL Client Applications under Introduction to the COBOL Wrapper. The LENGTH parameter provided to CICS in EXEC CICS LINK command when calling a client interface object is wrong.

Action

Correct your program and provide the correct LENGTH parameter. See Using the RPC Communication Area.


EXX2 Wrong LENGTH parameter for EXEC CICS LINK
Explanation

This abend code is raised by the Generic RPC Services Module COBSRVI. The LENGTH parameter provided to CICS in EXEC CICS LINK command when calling the generic RPC service module COBSRVI is wrong.

Action

Depending on the situation:

  • When you call the generic RPC service module COBSRVI in your COBOL client application, for example for Broker logon/logoff (see Using Broker Logon and Logoff under Writing Applications with the COBOL Wrapper), provide the LENGTH of the RPC Communication Area.

  • When you call a client interface object (see COBOL Client Applications) and receive this error, contact Software AG support.