*RESET Reset Latent Conditions
*RESET [%ABEND | %CMD | %END | %IN | %OUT | %LST | %TERM | %TIME]
This statement resets a previously defined ON condition. The RESET statement is necessary if an ON condition is to be reset, even though it has not yet occurred. When the ON condition occurs, it is reset automatically. ON conditions belonging to a particular category (%LST, %CMD, %TERM, %TIME, %END) can only be specifically enabled once.
If no conditions are specified, all latent conditions will be reset.
Note:
The following ON conditions defined in a Startup file, or from a running procedure, will be reset automatically when a procedure is called: ON %CMD / %IN / %OUT / %LST / %TERM. The ON %ABEND and ON %END conditions defined in a Startup file remain active even after calling a CFS procedure.