Explain how to handle exceptional conditions in CICS.
Answer / guest
an abnormal situattion during execution of a CICS COMMAND
is called execeptional condition.
for v can use HANDLE CONDITION command. this IS USED to
transfer control to the procedure label specified if the
execeptional cond specified occurs. once a HANDLE CONDITION
command request has been made , it remains active until the
end of d program or another HANDLE CONDITION request
overrides it.
EXEC CICS HANDLE CONDITION
CONDITION(LABEL)
[CONDITION(LABEL)]
[ERROR(LABEL)]
END-EXEC.
no more than conditions specfied in a single HANDLE
CONDITION command.
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you establish a starting position in a browse operation?
Name some important fields in the EIB block ?
What is the function of the CICS translator?
Explain how do you dynamically set the cursor position to a specific field?
What RCT Entries will you make for a CICS DB2 program??
What is journal recovery?
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
Sync points cannot be requested by the application programs? State true or false
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
Can you explain exec cics handle condition command?