What happens when a CICS command contains the NOHANDLE option?

What happens when a CICS command contains the NOHANDLE option?



- NOHANDLE is an option that can be specified along with abnormal condition during program execution.

- When the exception occurs, no action is performed during execution of NOHANDLE command.

- The abnormal condition is ignored, even the EXEC CICS HANDLE condition exist.

- The abnormal condition is also ignored when EXEC CICS IGNORE condition is tested.

- The previous HANDLE CONDITION for other commands will not be effected with NOHANDLE option.
Post your comment