Each time one of your applications issues a CICS® command, CICS automatically raises a condition to tell it how the command worked. This condition (which is usually NORMAL) is returned by the CICS EXEC interface in the RESP and RESP2 options of the command. If something out of the ordinary happens, the application receives an exceptional condition, which simply means a condition other than NORMAL. By testing this condition, it can tell what happened, and possibly why.
The rest of this section contains:
[[ Contents Previous Page | Next Page Index ]]