OK, thanks, 'member' is the ticket! Downside is that Dsname Level is mandatory implying some knowledge of the high level qualifier. I happened to know that IGYCOP* is what I wanted so found my members. In the real world am not sure this is a downside?
Specifically, was looking for member IGYCOPT since I have to change the LIB parm to YES from NO so COBOL compiles work with copybooks - so if there's more than one, question then becomes 'which one, both, all?'. Have asked VIC Support - they're really good!. Thanks for the info, am learning! cheers Graham Hobbs ----- Original Message ----- From: "Steve Comstock" <[email protected]> Newsgroups: bit.listserv.ibm-main To: <[email protected]> Sent: Wednesday, January 04, 2012 8:06 AM Subject: Re: How to find a PDS member > On 1/4/2012 12:50 AM, Lizette Koehler wrote: >>> >>> "Graham Hobbs"<[email protected]> wrote in message >>> news:<[email protected]>... >>>> Hello, >>>> Just returned to z/OS mainframe after 10 years, working alone, nobody >>>> to talk to:-(. My first elementary question: >>>> >>>> - there are many PDS's in the environment I now have access to >>>> - need to find which PDS(s') members called ABCCOP* exist >>>> - I don't know which PDS it or they are in >>>> >>>> - Question: Can I find it/them with ISPF 3.14 or 3.15; if not then >>>> how? >>>> >>>> Please, thanks, more duqu's to come:-) Graham >>> >> >> Graham, >> >> What are you trying to do? >> 1) A selected list of PDS datasets and then search for all members of >> ABCCOP* >> 2) Generate a list of PDS Datasets (unknown number) which include members >> for ABCCOP* >> 3) Any datasets in my logon proc that contains ABCCOP* (including LINKLST >> and LPALST) >> >> In Option 3.4, you can use a command called SRCHFOR that might be of help. >> >> Lizette > > Actually, for what he is looking for, the MEMBER command would be > better: From a 3.4 data set list, enter: > > ===> m abccop* > > and each data set that is a PDS or PDSE that contains a member > with that nameing pattern will have a message 'Member: ABCCOP*' > next to the member's name. > > > SRCHFOR looks for text inside datasets or members. > > -- > > Kind regards, > > -Steve Comstock > The Trainer's Friend, Inc. > > 303-355-2752 > http://www.trainersfriend.com > > * To get a good Return on your Investment, first make an investment! > + Training your people is an excellent investment > > * Try our tool for calculating your Return On Investment > for training dollars at > http://www.trainersfriend.com/ROI/roi.html > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

