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
Can you explain cics transaction gateway?
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??
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Explain how do you access storage outside your cics program?
What is the pic clause for the hhmmss type of data fields?
what is the cics command used to access current date and time?
What is the common systems area?
Explain the primary function of the processing program table (ppt)?
If we say that bms length of field = 0, then what does that mean?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
What is the cics command level?
Define transient data?
In a particular cics program, what is the procedure to allocate dynamic memory?
What is non-conventional programs?
What is meant by an attribute byte?