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 |
Explain the difference between pseudo-conversational and conversational?
What is the eib?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What is the drawback of using HANDLE CONDITION?
What is data only and map only in cics
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
Explain the difference between a symbolic map and physical map?
What is the difference between Re-Entrant and Quasi re entrant program?? By looking at the program how can you tell if its re- entrant or not??
What is the CICS command that is used to receive the un- formatted data from the terminal?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What is the difference between a PF key & a PA key ?