How to select with CA Disk the SMS data sets without Management Class
book
Article ID: 129816
calendar_today
Updated On:
Products
Disk Backup and Restore - MVS
DISK BACKUP AND RESTORE- ADD-ON OPTIO
DISK BACKUP AND RESTORE
Issue/Introduction
How to generate a CA Disk report that lists all the SMS data sets that do not have a Management Class.
Environment
Release:
Component: DISKOS
Resolution
Use CRI=(MCNAME,NE,</>) to select the SMS data sets that do not have an SMS Management Class.
Sample Backup:
//STEP01 EXEC DMS
//SYSIN DD *
SCAN REALVOLS
SELECT SG=(SG/),
CRI=(MCNAME,NE,</>,AND,MODIFIED,EQ,YES)
BACKUP RETPD=7
/*
Additional Information
Similar applies for SMS Storage Class (SCNAME), SMS Storage Group (SGNAME) and SMS Data Class (DCNAME).
Feedback
thumb_up
Yes
thumb_down
No