What is the function of the EXEC CICS HANDLE CONDITION
command?
Answers were Sorted based on User's Feedback
Answer / sahil
a) HANDLE option is used for exception handling
b) It should be used before the cics condition.
c) Handle condition gives the control to the para for exception handling.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / mahesh
In order make the program execution continuous even when an
exception is occured in a program.
| Is This Answer Correct ? | 5 Yes | 4 No |
which transient data queue support ati?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What RCT Entries will you make for a CICS DB2 program??
What is an MDT (Modified Data Tag) - it's meaning and use?
What is the name of the log which contains the information needed to restart the system, including the task
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)
Are sequential files supported by CICS?
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
What is DEQ?
What are the cics commands associated with task control?
How To Retrive The VSAM Datasets in CICS application programs?
What is CEBR?