View previous topic :: View next topic |
Author |
Message |
ds390 Beginner
Joined: 23 Jan 2007 Posts: 82 Topics: 39
|
Posted: Thu Sep 27, 2007 8:09 pm Post subject: how can I find out the name of my master catalog? |
|
|
and how to list all the catalog names on my system? |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Sep 28, 2007 12:49 am Post subject: |
|
|
Ask someone in your shop what the high level qualifier is for your master catalog. The same with the user catalogs. In our shop MCAT and UCAT. You can also look at a dataset and find out what the name of the catalog is. If you look at SYS1.PARMLIB it is almost always cataloged in the master catalog. If you look at any one of your datasets they should be cataloged in a user catalog. Here is an example to look at a dataset:
TSO LISTCAT ENT('dsn') ALL |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Sep 28, 2007 10:17 am Post subject: |
|
|
Once you know the master catlg name, do a LISTCAT ALL on it and look for entries with type USERCATALOG. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Oct 03, 2007 8:54 am Post subject: |
|
|
For catalogs that are open..
If you have authority you can issue the system command F CATALOG,OPEN
The shareware products MXI and SHOWMVS both will list that info as well as a ton of other information. |
|
Back to top |
|
 |
|
|