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
how do you execute a background cics txn ?
Define an aey9 abend?
Explain the cics command that is used for reading a record from the tdq?
What is the use of tdq and tsq?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
name the command that is used to dump the main storage areas related to a task?
What is journal recovery?
List out all the tables that are a part of cics ?
What is the type of ppt in the cics?
Explain how do you dynamically set the cursor position to a specific field?
What is ENQ?
What is DEQ?
What does a cics translator do?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Mention one alternative aspect of CICS?