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
Explain how do you access the records randomly in tsq?
Name the cics command that gives the length of twa area?
Can ESDS files be accessed from CICS?
Can you explain cics translator?
Can you explain common systems area?
Explain the purpose of the program list table?
What is meant by a ‘Transid’ ?
how do you intitiate another transaction?
What is the kcp in the cics?
What is CICS ?
Explain the difference between link xctl?
Can dynamic calls be used in CICS?
how do you execute a background cics txn ?
What is the tcp in the cisc?
For protecting a transaction using the transaction security function, the two things that must be done are?