What is the difference between the NOHANDLE option and the
IGNORE condition?

Answers were Sorted based on User's Feedback



What is the difference between the NOHANDLE option and the IGNORE condition?..

Answer / 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

What is the difference between the NOHANDLE option and the IGNORE condition?..

Answer / vishal k gupta

Nohandle is going to disable any previous handle command
provided in the program. This will temporarily disable that
section of code where nohandle has been put. A handle
command is a sticky command.

However an Ignore command is going to ignore the condition
whenevr that condition occurs.

Is This Answer Correct ?    17 Yes 5 No

What is the difference between the NOHANDLE option and the IGNORE condition?..

Answer / thavasi

NOHANLDLE option:
use the NOHANDLE option with any cics command to specify
that you want CICS to take no action for any condition or
attention.

IGNORE CONDITION:
An IGNORE CONDITION command for a given condition applies
only to the program you put it in, and it remains active
while the program is running, or until a later HANDLE
CONDITION command naming the same condition is met, in which
case the IGNORE CONDITION command is overridden.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CICS Interview Questions

What is temporary storage?

1 Answers   IBM,


What is an ASRA abend ?

3 Answers   IBM,


Can you explain primary aspect of cics?

0 Answers  


how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .

5 Answers   Attra Infotech,


plz give the syntax for receive map and receive text cmds in cics

1 Answers  






What is an AEY9 abend ?

4 Answers   IBM, Xansa,


How to build up LU 6.2 communication?"

1 Answers   IBM,


How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


Name some commands used for CICS file browsing.

2 Answers  


what is difference between call and link ?

3 Answers   IBM,


when will be use the tdq and tsq??

2 Answers   Keane India Ltd,


Explain processing program table(ppt)?

0 Answers  


Categories