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 ENQ in CICS?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.
Explain how do you dynamically set the cursor position to a specific field?
Explain the primary function of the processing program table (ppt)?
Name some important fields in the EIB block ?
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?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
What is the content of the PPT entry?
What is journal recovery?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What is meant by pseudo-conversation?