All of the Librarian Master files have the same MCD except this one QA library. Need to change the MCD on this one QA library to be the same as all the other Masters.
How can the MCD code on a Librarian Master file be changed?
Run a batch job that inputs the current MDC code (base code + today's date) and specifying the new MCD code (the new base you want + today's date).
//LIBR EXEC PGM=AFOLIBR,PARM='NRJS,NJTA'
//MASTER DD DSN=your.master.file,DISP=SHR
//SYSPRINT DD SYSOUT=*
//INDEX DD SYSOUT=*
//OSJOB DD DUMMY
//SYSIN DD *
-OPT
-MCD oldmcd,newmcd
-END
/*
If the Master file is part of a CCF Library Chain, will also need to update CCF with the new MCD code as well.
1. Log into CCF
2. Go to 12 ADMIN SERVICES >> 11 LCDF >> 3 MODIFY LIBRARY
3. On the SELECT LIBRARY panel, enter the name of Master file name and hit ENTER
4. On the Library Definition panel for the Master file, change the MCD
For more information, see Setting up MCD Security