During the TMSPTRS the following messages are displayed: CAT4549E - RMF RULE REQUESTED SCRATCH, REJECTED FOR EDM CAT4549E - RMF RULE REQUESTED SCRATCH, REJECTED FOR EDM
Environment
Release: Component: TLMS
Resolution
CAT4549E RMF RULE REQUESTED SCRATCH, REJECTED FOR EDM
Reason: ■ TLMSTRS: The Retention Master File rule has directed TRS to scratch this volume, but TRS cannot scratch the volume because it is owned by an External Data Manager (EDM). Volumes owned by an EDM may only be scratched by that EDM. ■ TLMSTRS: If the OWNER field has been manually updated to a non-blank value. Action: ■ TRS will retain the volume at its current location, but will issue this message each time it is run. Change the RMF rule so that the final location for EDM volumes has type 7 retention. ■ Change the OWNER field to blanks and TRS will process the volume normally on the next run.
Sample JCL for clearing an OWNER field //TLMSINQR JOB //TLMSINQR EXEC CATINQR //CAIIPT DD * UPV CAI130,OWNER=’ ‘ //
■ If the volumes can't be scratched we can update the RTN SCHED Sample JCL for Changing the Retention Schedule
//TLMSINQR JOB //TLMSINQR EXEC CATINQR //CAIIPT DD * UPV CPX123,SCHED(6DC,7L2) // Before a "SCHED" command can be issued, TLMSIPO option MANUAL=YES must be specified.