Use the following steps to implement the Control-M/Tape to FDR/ABR interface.
The CTTFDR exit is called by Archive Maintenance Utility FDRARCH whenever a tape volume no longer contains valid data. The exit marks the volume as scratch in the Media Database and, optionally, interfaces with an automated tape library at the site.
Verify that the IOA LOAD library is defined as one of the FDRARCH STEPLIB libraries or as one of the system’s LINKLIST libraries.
The following rules can be used as an example:
ON PGM       = FDRABR  andON JOBNAME   = ARCH*   andON DATASET   = *
DO RETENTION = EDM 
ON PGM       = FDRARCH andON JOBNAME   = REORG   andON DATASET   = *
DO RETENTION = EDM 
DEFAULT EDMEXITNAME=CTTFDR
Parent Topic |