What is the difference between the NOHANDLE option and the
IGNORE condition?
Answer Posted / mani
NOHANDLE can be specified in any cics command which means
when it is used in exec cics, if at all any exceptions
occur while executing the cics command it will not handle
that and goes to next line for execution
whereas
IGNORE is a command in itself and in ignore we specify when
a particular exception occurs what is to be done.
example
EXEC CICS IGNORE
OVERFLOW(PARA-NAME)
END EXEC
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Explain how can you accomplish breakpoint in intertest?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What do you mean by the term fct?
Explain cedf transaction commands?
Mention one alternative aspect of CICS?
Explain how do you dynamically set the cursor position to a specific field?
What Are Send Map Maponly & Send Map Dataonly ?
Can you explain exec cics handle condition command?
Define an asra abend?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you explain multitasking and multithreading?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Define TCT.
What is interval control?
What is CICS ?