What is the difference between EXEC CICS HANDLE CONDTION
and an EXEC CICS IGNORE command?
Answers were Sorted based on User's Feedback
Answer / praveen sonthosh
In EXEC CICS HANDLE CONDITION a particular exception is
handled by a routine.
when that execption occurs then the control goes to that
routine.
But in EXEC CICS IGNORE CONDITION the exception specified
in the command is ignored by the cics
| Is This Answer Correct ? | 12 Yes | 2 No |
What is the primary aspect of CICS?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Specify the requirements for automatic task initiation?
How do you invoke other programs? What are the pros and cons of each method?
How errors are handled in CICS programs?
What is the CICS Command that is used for reading a record from the TDQ?
Define temporary storage?
Can we define an alternate index on VSAM/RRDS ?
In CICS, BMS what is the use of FREEKB parameter
What is the comaera?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
What is Journal Recovery and Dynamic Transaction Backout?