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 |
what is the deadlock?
Can you define ppt and what are its uses?
Explain 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?
What are the cics transactions?
Mention the content that is present inside a PPT ?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What are the three ways available for a program to position the cursor on the screen?
List all the CICS tables and explain their contents.
What is some of the information available in the EIB area?
Explain the difference between physical map and symbolic map?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
Mention the option (along with argument type) used in a CICS command to retrieve the response code