Instead of manually disabling and enabling the rules on PROD, NFPB and NFPC, I want to set up a job/Rexx program to disable and enable rules.
Release : 14.0
Component : OPS/MVS
One of the possible options is using the sample rule we provide in the CCLXRULS member OPSAOF.
//STEP2 EXEC PGM=IKJEFT01
//STEPLIB DD DISP=SHR,DSN=CAOPSMVS.OPS140.CCLXLOAD
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
OPSCMD OPSAOF ENABLE ruleset.rule1
OPSCMD OPSAOF ENABLE ruleset.rule2
and so on
/*