CA Common Services 15.0
ENF component set to record events
Datacom/AD
- z/OS supported releases -
Probable cause is the Datacom/AD Log Recovery setting, LOGRCV, is set to LOGRCV=NO
Found in datacom.CUSMAC(AXDATAIN)
LOGRCV=NO allows LXX/RXX files to be used for backup and recovery.
However, the ENF database is self sustaining, contains only transient data, and no backup is necessary.
Review the ENF joblog look for the LOGRCV setting
Assuming it is NO:
1. Edit your DATACOM.CUSMAC(AXDATIN1) member and change the current value of LOGRCV from LOGRCV=NO to LOGRCV=NEVER.
What NEVER does is to allow the LOGFILE (LXX) to be reused and will not write anything to a Recovery File (RXX).
2. Shutdown ENF and run DATACOM.Rxx.INSTJCL(ADxxLXXI) to reinitialize the log file to use the LOGRCV value.
3. Restart ENF.
Refer to the r15.1 Datacom/AD documentation and review the Backup and Recovery Considerations found under the Datacom/AD Environment Maintenance.