Reason codes for response: WARNING

1
PIPE_ALREADY_OPEN
Explanation:

An Open_Pipe request has been issued for a pipe that is already open.

System action:

None. The pipe remains open.

User response:

If this response is unexpected, investigate whether an incorrect pipe token has been used on the Open_Pipe call.

2
PIPE_ALREADY_CLOSED
Explanation:

A Close_Pipe request has been issued for a pipe that is already closed.

System action:

The external CICS® interface ignores the request and the pipe remains closed.

User response:

If the response is unexpected, check that the Close_Pipe call is specifying the correct pipe token.

3
VERIFY_BLOCK_FM_ERROR
Explanation:

Initialize_User processing requires storage below 16MB to build the parameter list for the SSI Verify call, and an error has occurred during the FREEMAIN for this area.

System action:

The return code from the FREEMAIN is returned in the EXCI subreason field-1. The Initialize_User request continues unaffected.

User response:

If the problem persists, take a dump of the batch region and use the dump, together with the return code from the MVS™ FREEMAIN, to determine why the FREEMAIN is failing.

4
WS_FREEMAIN_ERROR
Explanation:

An attempt to FREEMAIN working storage has resulted in an MVS FREEMAIN error.

System action:

The return code from the FREEMAIN is returned in the EXCI subreason field-1. The Initialize_User request continues unaffected.

User response:

If the problem persists, take a dump of the batch region and use the dump, together with the return code from the MVS FREEMAIN to determine why the FREEMAIN is failing.

5
XCPIPE_FREEMAIN_ERROR
Explanation:

An attempt to FREEMAIN pipe storage has resulted in an MVS FREEMAIN error.

System action:

The return code from the FREEMAIN is returned in the EXCI subreason field-1. However, the external CICS interface continues processing the Deallocate_Pipe request. If the request fails with another error, this reason code is overwritten.

User response:

If the problem persists, take a dump of the client application program address space, and use the dump, with the return code from the MVS FREEMAIN to determine why the FREEMAIN is failing.

6
IRP_IOAREA_FM_FAILURE
Explanation:

An attempt to FREEMAIN an MRO I/O area has resulted in an MVS FREEMAIN error.

System action:

The return code from the FREEMAIN is returned in the EXCI subreason field-1, but the DPL request continued to completion. Reason IRP_IOAREA_FM_FAILURE is returned to your application only if the DPL request completes, otherwise it is overwritten by subsequent response and reason codes.

User response:

If the problem persists, take a dump of the batch region and use it with the return code from the MVS FREEMAIN to determine why the FREEMAIN is failing.

7
SERVER_TERMINATED
Explanation:

The CICS session, on which the server program has been executing, has been freed by CICS.

System action:

The CICS application server program has been detached at some point in its processing, and control is returned to the external CICS interface, which writes a trace entry for this error.

User response:

The most likely reason for this error is that the server program has caused CICS to terminate, perhaps by an EXEC CICS PERFORM SHUTDOWN command. During shutdown, CICS frees EXCI sessions so that shutdown can complete.

8
XFRASTG1_FM_FAILURE
Explanation:

An attempt to FREEMAIN the transmission area has resulted in an MVS FREEMAIN error.

System action:

The return code from the FREEMAIN is returned in the EXCI subreason field-1 but the DPL request continued to completion. Reason XFRASTG1_FM_FAILURE is returned to your application only if the DPL request completes, otherwise it is overwritten by subsequent response and reason codes.

User response:

If the problem persists, take a dump of the batch region and use it with the return code from the MVS FREEMAIN to determine why the FREEMAIN is failing.

[[ Contents Previous Page | Next Page Index ]]