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


Please Help Members By Posting Answers For Below Questions

Can you use occurs in bms map?

613


how do you execute a background cics txn ?

821


Explain the difference between and exec cics xctl and exec cics start command?

561


What is the cics command that is used to access current date and time?

575


What is DEQ?

600






How ENQ and DEQ used in CICS?

802


What are the ways fot initiating a transaction?

553


Explain the function of the terminal control table?

555


Explain how do you establish a starting position in a browse operation?

572


which is the cics control program that provides communication services between user written application programs and terminals?

557


Explain the system transid cemt?

590


Define floating maps with illustration?

567


Is length = 0 sufficient to ascertain that the field has been modified?

569


what is the most common way of building queue-id of a tsq?

624


Can you define aica abend?

689