The Master Catalog
A master catalog is the same structually, as a user catalog.
For ease of backup and recovery no user datasets should be cataloged in the
master catalog. The system datasets used for initialization must be in the
master cat.
To provide faster response to concurrent requests for
catalog entries, your master catalog should primarily contain user catalog
entries. User catalogs contain entries for most data sets, indexes, and
volumes.
How the system finds the Master Catalog
There are two sources: member LOADxx's SYSCAT, or
SYS1.NUCLEUS(SYSCATLG)
The LOADxx member is found in the SYSn.IPLPARM or in
SYS1.PARMLIB more about these data sets in the PARMLIB section.
SYSCATLG of SYS1.NUCLEUS will be used if the SYSCAT
parameter is not included in the LOADxx member of SYS1.IPLPARM.
The system will ask for a suffix xx to be appended to SYSCAT
to form a member name in SYS1.NUCLEUS, if there's no SYSCAT statement in
LOADxx, or IMSI was specified A, C, D, or P (ignore LOADxx's SYSCAT).
If "Enter" is pressed, then the system will pick SYSCATLG.
Or you can specify a different suffix. Probably, something unpleasant will
happen if you press "Enter", if there's no SYSCATLG there.
Sample JCL to password protect the Master Catalog |