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 |
How can you Define and Install the Maps & Mapset ?
Explain how many conditions can you include in a single handle condition command?
Explain the term Transaction routing?
Name the two types of transient data queues?
NMDS is both device dependent and format dependent (True or False)
What is the tcp in the cisc?
How can you accomplish breakpoint in intertest?
Name some important fields in the EIB block ?
How many maps are create in a single mapset?
Which is the AID that will not be identified in the ANYKEY option of the HANDLE AID command?
What is the difference between a return with transid and xctl?
What are the two ways of breaking a CPU bound process to allow other tasks to gain access to CPU.