How do we move Production CA Librarian Master files from one set of DASD volumes to a new set of DASD volumes?
If not increasing the size of the CA Librarian Master file, you can use DFSMSdss COPY command to copy the Master files from one set of DASD volumes to a new set of DASD volumes of either like or unlike device types.
//STEP1 EXEC PGM=ADRDSSU
//DD1 DD DISP=SHR,UNIT=3390,VOL=SER=newvol
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COPY -
DATASET(INCLUDE( hlq.mlq.libr.master.file ) ) -
ALLDATA(*) -
ALLEXCP -
DELETE -
OUTDDNAME(DD1) -
RECATALOG(*)
/*
If a BDAM Master file needs to be expanded, please refer to KB article 38976
If a Wide Record Master file needs to be expanded, use an external PDS utility, such as IBM IEBCOPY.