Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the use of using MDT in CICS? How it works?

3 Answers   Barclays,


Explain what is a cursor in cics sql processing?

0 Answers  


What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you

2 Answers  


Can you explain dfheiblk?

0 Answers  


What is the common work area?

0 Answers  


How many conditions can you include in a single HANDLE CONDITION command?

5 Answers   IBM,


Where are transient data sets defined to CICS?

4 Answers  


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


What is the difference between link xctl?

8 Answers   IBM, MBNA,


What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?

1 Answers  


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


Which is the EIB field that gives the date when a task was started?

1 Answers  


Categories