On Tue, 2011-11-08 at 18:20 -0600, Ruegsegger, Jeff wrote: > I'm wondering if anyone has any ideas about how one might get an HCD created > IODF cataloged in the MASTER catalog rather than the usercatalog the ALIAS > points to? > I deleted it as follows. > //DD1 DD UNIT=SYSDA,DISP=SHR,VOL=SER=IODFVL > DEL 'SYS7.IODF16.CLUSTER' FILE(DD1) CATALOG(MY.SYSTEMS.MCAT) > > I can't for the life of me figure out how this may have come about. > > Any thoughts would be appreciated as one would like to not go down this road > again!
The IODF does not need to be in the master catalog in order to be used for IPL. In fact, the IODF is only used at IPL/NIP time and not by z/OS during normal operations at all. But if you really, really want it in the master catalog, you __might__ be able to do a REPRO MERGECAT function on the entry in the user catalog, moving it into the master. I'd strongly recommend against doing this! -- John McKown Maranatha! <>< ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

