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
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 ?
Can you explain multitasking and multithreading?
Define floating maps with illustration?
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?
What is the type of ppt in the cics?
Explain processing program table(ppt)?
How do you use altindxs in batch, cics programs?
Explain the logical message in cics?
Kindly specify the pic clause for the data type of length option field type of data fields?
What are the recoverable cics resources?
Explain the difference between tsq and tdq
Kindly specify the pic clause for the any bll cell type of data fields?
Can you explain dfhmdf bms macro?
What is cics load command?
How ENQ and DEQ used in CICS?