If CR+ is available, the EXPLORE command can easily do it, and report the datasets in a number of ways. I'd use the CR+ dialog to build an EXPLORE job that selected DSN EQ ** AND UCAT EQ <mastercat>; with EXCLUDE (DSN EQ SYS1.* OR DS-TYPE EQ USERCAT OR DS-TYPE EQ ALIAS).
sas On Wed, Nov 23, 2016 at 8:20 AM, Elardus Engelbrecht < [email protected]> wrote: > Tom Marchant wrote: > > >>Been thinking various way to explore/list the datasets which somehow > (obviously security/racf in place however considering unexpected situation) > how to list the entries from master catalog which do not have alias > defined/relate to user catalog ...so basically directly connected in master > catalog....(obviously has to put a exclude condition to ignore system > required datasets). > >>Throwing to bigger audience to get more options...so far I am looking at > CSI/CRPLUS way of getting it done. > > >LISTCAT CLUSTER NONVSAM CATALOG(master.catalog.name) > >And ignore the SYS1 data sets. > > Yip, or use ISMF + 'ENTRY TYPE' for more filtering abilities. > > Groete / Greetings > Elardus Engebrecht > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- sas ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
