I actually thought he was looking for all HLQs.  But beyond that I do not know 
what he wants to do with the data.

If he just wants the HLQs, you can do that with

LISTC ENT(mastercat) ALIAS         Turn off your TSO Profile first or run in 
batch.     

or  

LISTC ALIAS ALL  (this should be done in Batch or


LISTCAT is invoked from a TSO terminal and no operands are specified,
the prefix (the TSO userid) becomes the highest level of entryname
qualification and only those entries with a matching highest level of
qualification are listed (AMS for ICF manual under LISTCAT).
We were misled at first that it was the security access level, because
we were simply unaware that the test system had been previously set to
PROFILE NOPREFIX.
.
What you will need to do:
1. enter PROFILE NOPREFIX
2. then do the LISTCAT ALIAS ALL
3. this will return with the system aliases that you want to see.



Or this process

LISTC  cat(mcat_name) UCAT
LISTC  ENT(ucat_name) ALL

It will depend on what the poster is wanting to do.

The master cat will just need to be listed.

Unless there are products like SAS/MXG or SAS/MICS or CA-VANTAGE, it will just 
take a little bit of effort and maybe coding.

I wrote a REXX to do this without the Catalog Search Interface

Lizette

 
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Elardus Engelbrecht
Sent: Monday, August 12, 2013 7:10 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: List all dataset in system by HLQ

John Eells wrote:

>At the risk of giving you an answer that might not do what you want, this will 
>list all the cataloged data sets:

No risk. :-) After re-reading OP's question, I now see his question is somewhat 
ambiguous. Especially after I observed a space between the dot and the star, 
like this 'sys1. *' in the OP post.

Does he want a list of all HLQ defined (in standard Catalog Search Order) or 
does he want a list of all DSN starting with a (specific or many?) HLQ?

Perhaps the OP could say, why, how and what does he want this list?

Groete / Greetings
Elardus Engelbrecht

Sidenote: using *% as an argument in ISPF option =3.4 can be really tiresome... 
;-)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to