Considerations about RCLOPTS statements

The options used by the controller during the restart and cleanup functions are defined with the RCLOPTS statements (the EQQCONP and EQQCONOP sample members contain examples of this statement). Because in some cases EQQCLEAN might delete a data set by mistake, it is recommended that you protect critical data sets from deletion by using either the RCLOPTS parameters (DDPROT, DDPRMEM, DSNPROT, DSNPRMEM) or the EQQUXCAT exit.

The following is an example of a simple RCLOPTS statement:

RCLOPTS DSTDEST(OPC)
        DSNPRMEM(MYPROT)
        STEPRESCHK(NO)