Parameters passed to the exit program

The parameters that are passed to the exit program.

Completion code
A fullword field containing the completion code that CICS® VR terminates with if the termination exit does not return its own value.
The code can be one of these:
00
Successful completion.
04
One or more warning messages have been issued.
08
One or more error messages have been issued.
12
CICS VR has terminated because of a severe error.
Work area
A 128-byte work area that can be used to pass information between exit programs. See the description in Parameters.