What is the function of the EXEC CICS HANDLE CONDITION
command?
Answer Posted / ankit
handle condition route the cursor to particular para inorder
to take the paricular action when that error codition
occured after execution of that command.
exec cics handle condition
notfnd (para-1),
invrec (para-2),
duprec (para-3)
end-exec.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain the different ways of initiating transaction in cics?
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??
Explain how DSECT parameter is used in BMS ?
Define floating maps with illustration?
What does the 'cedf:cics' transactions do?
For protecting a transaction using the transaction security function, the two things that must be done are?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is meant by a ‘Transid’ ?
Explain how do you access the records randomly in tsq?
Can you define cics task?
Explain how do you establish a starting position in a browse operation?
What is the cics command level?
What is the pic clause for the data type of length option field type of data fields?
What are the types of important programs that are used in the cics?
What are the cics tables?