What happens when a CICS command contains the NOHANDLE
option?
Answer / sadiq afroze
No action is going to be taken for any exceptional
conditional occurring during the execution of this command.
The abnormal condition that occurred will be ignored even if
an EXEC CICS HANDLE condition exist. It has the same effect
as the EXEC CICS IGNORE condition except that it will not
cancel the previous HANDLE CONDITION for any other command
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the cics command that is used to access current date and time?
Can you define mdt?
What is the meaning of the eibaid field?
How errors are handled in CICS programs?
Which is the macro used for making an entry in the PPT
What is the difference between a RETURN with TRANSID and XCTL ?For example prog. A is issuing REUTRN with TRANSID to prog B. Prog A. is issuing XCTL to prog B?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
can there be multiple mapsets for a single program?
What is the function of the EXEC CICS HANDLE CONDITION command?
What is transient data?
Define exec cics retrieve?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?