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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need integrated cics translator?

626


Explain the difference between link and xctl?

510


What is the difference between pct and fct?

652


Explain the difference between physical map and symbolic map?

565


If we say that bms length of field = 0, then what does that mean?

727






Sync points cannot be requested by the application programs? State true or false

674


Can you explain primary aspect of cics?

685


What are the recoverable cics resources?

596


Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?

646


Can QSAM files be accessed from CICS?

678


Explain the difference between exec cics handle condtion and an exec cics ignore command?

582


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

2712


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

675


Name the cics command used to access current date and time?

570


Explain how do you access storage outside your cics program?

510