How to handle exceptional conditions in cics?



How to handle exceptional conditions in cics?..

Answer / Prabal Chatterjee

In CICS, exceptional conditions are handled using exception routines. These routines are defined for specific error conditions and provide a means to perform custom error handling or recover from errors gracefully. The system jumps to the exception routine when an unexpected condition occurs during transaction processing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

Tsqs can be written in the main storage or auxiliary storage? State true or false

1 Answers  


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?

3 Answers   Accenture,


Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?

3 Answers  


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

1 Answers   IBM,


What are the two types of transient data queues?

1 Answers   IBM,


Which is the control table where you specify all the transaction that are to be started by CICS after CICS

4 Answers  


What is the command used to request notification when the specified time has expired?

1 Answers  


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


What is the difference between START and XCTL ?

3 Answers   IBM,


when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

1 Answers   IBM,


Categories