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
What is frset?
How ENQ and DEQ used in CICS?
Can you define ppt and what are its uses?
Explain how and where is the twa size set?
What is the common work area?
Explain cebr transaction commands?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Mention the content that is present inside a PPT ?
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 ?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is fset?
Explain how do you access the records randomly in tsq?
What is ENQ?
Explain how do you access storage outside your cics program?
What is the pcp in the cics?