Join Examsbook
850 0

Q: Explain how to handle exceptional conditions in CICS?

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

An abnormal situation during execution of a CICS command is called an exceptional condition: 1. Handle Condition Command: It is used to transfer control to the procedure label specified if the exceptional condition specified occurs. 2. Ignore Condition Command: It causes no action to be taken if the condition specified occurs in the program. That is control will be returned to the next instruction following the command which encountered the exceptional condition. 3. No Handle Option: This option can be specified in any CICS command and it will cause no action to be taken for any exceptional condition occurring during execution of this command. 4. RESP Option: This option can be specified in any CICS command. If the RESP option is specified in a command, CICS places a response code at a completion of the command. The application program can check this code, then proceed to the next processing.

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully