Explain how to handle exceptional conditions in CICS.
Answer Posted / 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 |
Post New Answer View All Answers
What is non-conventional programs?
List out all the tables that are a part of cics ?
Explain what is the massinsert option?
What are the types of important programs that are used in the cics?
Explain the difference between a symbolic map and physical map?
What is bms map?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Explain the difference between link and xctl?
What is the meaning of the enq command?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the main function of the sign-on table?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What is the term bms in cics?
What are the cics transactions?