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 |
Tsqs can be written in the main storage or auxiliary storage? State true or false
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
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?
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?
What are the two outputs created as a result of generation of a map?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What are the two types of transient data queues?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
What is the command used to request notification when the specified time has expired?
How do you dynamically set the CURSOR position to a specific field?
What is the difference between START and XCTL ?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?