IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to locate the dataset by just having the member name?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karavi2000

New User


Joined: 05 Aug 2003
Posts: 2
Location: Chennai

PostPosted: Thu Aug 14, 2003 2:42 pm
Reply with quote

Hi,

I have a member name. I dont name in which dataset it resides. Is there any TSO command to find in which dataset it resides.
It would be great to have the answer.

Thank you,
Ravi
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Fri Aug 15, 2003 2:43 pm
Reply with quote

Dear Ravi,

You can get the PDS name from userid.*.* on 3.4 option of your ISPF.
Back to top
View user's profile Send private message
karavi2000

New User


Joined: 05 Aug 2003
Posts: 2
Location: Chennai

PostPosted: Sat Aug 16, 2003 11:35 am
Reply with quote

Dear Admin,

Happy I got a reply from you. Thanks.
Let me make my question more clearly. I have a member in a PDS and I just know its name and I dont have any idea about in which PDS it resides. We have around 30,000 datasets in the region. I cant check each and every dataset. I would like to locate the exact PDS in which my member resides. Heard we have a TSO command to search it. I would like to know it.

Expecting your reply,
Ravi
Back to top
View user's profile Send private message
nbhatia

New User


Joined: 01 Sep 2003
Posts: 1
Location: Mumbai

PostPosted: Mon Sep 01, 2003 7:54 pm
Reply with quote

Ravi,
If you know the data set name then you can go to the option 3.4 form TSO and in the DSN name you can give the PDS name if you have the rights to view that Data set it will be displayed


Regards,

NB

karavi2000 wrote:
Dear Admin,

Happy I got a reply from you. Thanks.
Let me make my question more clearly. I have a member in a PDS and I just know its name and I dont have any idea about in which PDS it resides. We have around 30,000 datasets in the region. I cant check each and every dataset. I would like to locate the exact PDS in which my member resides. Heard we have a TSO command to search it. I would like to know it.

Expecting your reply,
Ravi
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Tue Sep 02, 2003 1:58 am
Reply with quote

Hi Ravi,
Quote:

Heard we have a TSO command to search it. I would like to know it.


This may be a cmd written in your shop. Ask your systems folk about it.

Regards, Jack.
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Tue Sep 02, 2003 8:46 pm
Reply with quote

Hello karavi2000,

check the following site

http://www.cbttape.org/cbtdowns.htm

On this site, you will find "File # 337 Search entire system for PDS member name-Atalay Gul " which is of your use.

Please let me know in case of any concerns

Hope this helps,


Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Tue Sep 02, 2003 8:57 pm
Reply with quote

Hello karavi2000,


following is the link may also be useful to you.

http://www.cbttape.org/~jjaeger/zzsa.html


Hope this helps

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
pr_ibm

New User


Joined: 04 May 2005
Posts: 9

PostPosted: Wed May 04, 2005 7:25 pm
Reply with quote

Hi,

I think you know how the PDS starts. Ex: axct.myptr.* then do the following

1. Goto option 3.4 and type axct.myptr.* .

it will list all the PDS .

2. Now you can use the line command "SCAN member-name". It will search all PDS.

thanks

Pr...
Back to top
View user's profile Send private message
learnmf

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Wed May 04, 2005 8:01 pm
Reply with quote

Quote:
I have a member name. I dont name in which dataset it resides. Is there any TSO command to find in which dataset it resides.
It would be great to have the answer.


Corect me if i ma wrong.


1 Go to 3.4 option

Write your groups.library.*
Eg Userid.COBOL.* ,It list all the PDS under it then at command line write the Memeber name as MEMBER member_name.
Thanks
Chandra
Back to top
View user's profile Send private message
vrch

New User


Joined: 21 Mar 2005
Posts: 20

PostPosted: Thu May 05, 2005 5:46 pm
Reply with quote

Hi,

I think you know how the PDS starts. Ex: aaa.bbb.*

then do the following

1. Goto option 3.4 and type aaa.bbb.*

it will list all the PDS .

2. Now you can use the line command "MEMBER member-name". It will search all PDS.

thanks
vrch
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Thu May 05, 2005 5:59 pm
Reply with quote

Hi,

Go to 3.4 and give one high level qualifier which displays all PDS to be searched. for example i want to search all PDS which starts with PROD then give PROD.*.* and press enter then

In the Command line give

Command line==>M memname

This command will not work for the migrated PDS. So ensure all the PDS are in Disk. Now the message "MEMBER(S): memname found" will apppear in the right side of the panel.

Thanks,
Reddy.
Back to top
View user's profile Send private message
manishbharadia

New User


Joined: 29 Apr 2005
Posts: 1
Location: pune

PostPosted: Tue May 10, 2005 1:06 pm
Reply with quote

if u hav large no. of datasets and u want to locate perticular dataset(say data1) then go to option 3.4 and giv
*.*.data1 it will giv all pds having name data1 on given volume
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top