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
What does a cics translator do?
Explain the difference between intra partition tdq and extra partition tdq?
What are the cics commands associated with task control?
What is the kcp in the cics?
Define the term mro (multi region operation)?
What is frset?
What are the types of important programs that are used in the cics?
Explain the system transid cemt?
hi,what is the module? how many modules in mainframe based banking projects
Define RCT.
Explain the different ways of initiating transaction in cics?
How errors are handled in CICS programs?
what are the differences between and exec cics xctl and an exec cics link command?
define the field with ic in the bms map.
Explain how do you terminate an already issued delay command?