Re: Finding a member

2010-05-18 Thread Gilbert Saint-Flour
Howard Brazee said this:
 I need to find a PDS member, and I know it starts with QA05.   
 Trouble is, I don't know the name of the PDS.   
 (The person who created it retired).   
 I suspect the PDS is archived off. 
 What do you recommend?

SCANPDS may be exactly what you need, and it's described here:
  http://gsf-soft.com/Products/SCANPDS.shtml

IIRC, the problem with archived data sets is that you don't know their DSORG, 
i.e. which ones are PDSes or PDSEs.  SCANPDS, by default, does NOT RECALL 
archives data sets, but if you specify the RECALL option, it does it, and 
chances are that it will RECALL many non-PDS data sets.  For example, you can 
specify  SCANPDS JOHNDOE.** MEMBERS(QA05*) RECALL  and it will RECALL all 
JOHNDOE.** data sets that are migrated, and look for QA05* members.   
Again, this will RECALL non-PDS data sets, which is not good.

-- 
 Gilbert Saint-Flour
 GSF Software
 http://gsf-soft.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Finding a member

2010-05-14 Thread Howard Brazee
I need to find a PDS member, and I know it starts with QA05.   Trouble
is, I don't know the name of the PDS.   (The person who created it
retired).   I suspect the PDS is archived off.

What do you recommend?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread Charles Mills
Would a search of JCL libraries for 'QA05' possibly turn up a reference to
it?

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Howard Brazee
Sent: Friday, May 14, 2010 9:31 AM
To: IBM-MAIN@bama.ua.edu
Subject: Finding a member

I need to find a PDS member, and I know it starts with QA05.   Trouble
is, I don't know the name of the PDS.   (The person who created it
retired).   I suspect the PDS is archived off.

What do you recommend?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread Howard Brazee
On 14 May 2010 09:46:16 -0700, charl...@mcn.org (Charles Mills) wrote:

Would a search of JCL libraries for 'QA05' possibly turn up a reference to
it?

I looked in the obvious candidate PDSes.Is there a way to submit a
batch search with bigger wild cards?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread Patrick Lyon
On Fri, 14 May 2010 10:30:32 -0600, Howard Brazee 
howard.bra...@cusys.edu wrote:

I need to find a PDS member, and I know it starts with QA05.   Trouble
is, I don't know the name of the PDS.   (The person who created it
retired).   I suspect the PDS is archived off.

What do you recommend?


Option 3.4 has a member command you use from the command line that will 
search libraries, but not migrated ones.

In your case if you do not remember the whole member name the command 
you would put on the command line is 'MEMBER QA05*'.

HTH

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread Charles Mills
Wild-carded datasetnames? I don't think z/OS supports directly but there are
clever things one can do with Rexx, etc. Perhaps there is something on the
CBT tape.

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Howard Brazee
Sent: Friday, May 14, 2010 10:00 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Finding a member

On 14 May 2010 09:46:16 -0700, charl...@mcn.org (Charles Mills) wrote:

Would a search of JCL libraries for 'QA05' possibly turn up a reference to
it?

I looked in the obvious candidate PDSes.Is there a way to submit a
batch search with bigger wild cards?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread John Kelly
snip
I need to find a PDS member, and I know it starts with QA05.   Trouble is, 
I don't know the name of the PDS.
/snip

As suggested scan the possible JCL/PROC libraries. If that doesn't find 
anything, either RECALL that user's DSN, scan SMF, eg SMF21, maybe 
SMF42.6, SMF42.21, or give the retired person a call.

Jack Kelly
202-502-2390 (Office)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread McKown, John
I don't have it, but I think that FDREPORT(?) can do scans of PDSes and listing 
of member names.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Charles Mills
 Sent: Friday, May 14, 2010 12:08 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Finding a member
 
 Wild-carded datasetnames? I don't think z/OS supports 
 directly but there are
 clever things one can do with Rexx, etc. Perhaps there is 
 something on the
 CBT tape.
 
 Charles
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf
 Of Howard Brazee
 Sent: Friday, May 14, 2010 10:00 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Finding a member
 
 On 14 May 2010 09:46:16 -0700, charl...@mcn.org (Charles Mills) wrote:
 
 Would a search of JCL libraries for 'QA05' possibly turn up 
 a reference to
 it?
 
 I looked in the obvious candidate PDSes.Is there a way to submit a
 batch search with bigger wild cards?
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Finding a member

2010-05-14 Thread Howard Brazee
On 14 May 2010 10:13:50 -0700, john_j_ke...@ao.uscourts.gov (John
Kelly) wrote:

or give the retired person a call.

That worked.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html