NOHANDLE
NOHANDLE
Summary
NOHANDLE option used with any command to specify that no action taken for any condition or AID resulting from that command execution. NOHANDLE suspends the error handling that was specified in previous EXEC CICS HANDLE CONDITION commands.
NOHANDLE suspends error handling for the command on which the NOHANDLE coded on it. NOHANDLE has no effect on other commands or on the error handling that other HANDLE commands set.
Syntax -
EXEC CICS
commmand
NOHANDLE
END-EXEC.