Exit Program Analysis situations

The situations in this group inform you if your site's exit programs are not available to your applications.

Note:
All the attribute names in this group are prefixed with CICSplex_Exit_Program_Analysis.
CICSplex_ExitConn_Warning
Exit program not connected.

The exit program associated with this alert is showing a connection status other than CONNECTED. Check your exit program's connection status to determine what is wrong. If needed, refer to the IBM CICS Transaction Server: System Programming Reference for guidance.

Formula

If the value of Connection_Status does not equal Connected
then situation CICSplex_ExitConn_Warning is true.
CICSplex_ExitStart_Warning
Exit program is stopped.

The exit program associated with this alert is showing a Start Status other than STARTED. A STOPPED status means the exit program is not available for execution; that is, either an EXEC CICS ENABLE command with the START option has not been issued or it has been revoked by the STOP option. Issue an EXEC CICS ENABLE command to start your exit program.

Formula

If the value of Start_Status does not equal Started
then situation CICSplex_ExitStart_Warning is true.