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 how many conditions can you include in a single handle condition command?
What Are Send Map Maponly & Send Map Dataonly ?
Define an aey9 abend?
Define cics interface block?
Explain how do you delete item 3 in a five-item tsq?
Explain the difference between start and xctl?
what is the cics command used to access current date and time?
Give the definition of COMMAREA ?
Define RCT.
Can you explain cics transaction gateway?
cics command level is?
Explain the difference between pseudo-conversational and conversational?
Define ceci?
What are the cics transactions?
how do you execute a background cics txn ?