View previous topic :: View next topic |
Author |
Message |
deadlycoder Beginner
Joined: 25 May 2006 Posts: 24 Topics: 11
|
Posted: Tue Aug 01, 2006 7:10 am Post subject: Finding a member |
|
|
Hi all,
Please let me know
How to find/locate a member when PDS name is not known where it resides? _________________ 'Achievement is almost automatic when the goal becomes an inner commitment' |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Aug 01, 2006 7:25 am Post subject: |
|
|
deadlycoder,
Go to option 3.4 and give out your userid as high level qualifier and search for remaining as u desire.
which will list out all the datasets say for example 10 datasets are available and u want to find a member by name ABCD in the 10 datasets which you are unaware of where the member resides.On the command prompt type
Code: |
M ABCD / MEM ABCD / MEMBER ABCD
|
which would give out the list all the PDS which has the member ABCD by name.You will see like this view.Hope it helps.
Code: |
SHEKAR.WORK.A Member: ABCD
SHEKAR.WORK.B
SHEKAR.WORK.C Member: ABCD
SHEKAR.WORK.D
SHEKAR.WORK.E
SHEKAR.WORK.F
SHEKAR.WORK.G
SHEKAR.WORK.H
SHEKAR.WORK.I
SHEKAR.WORK.J
|
_________________ Shekar
Grow Technically |
|
Back to top |
|
|
deadlycoder Beginner
Joined: 25 May 2006 Posts: 24 Topics: 11
|
Posted: Tue Aug 01, 2006 7:40 am Post subject: |
|
|
Hi Kolusu,
Suppose I don't the first qualifier...now how would I find out the member? _________________ 'Achievement is almost automatic when the goal becomes an inner commitment' |
|
Back to top |
|
|
jetson Beginner
Joined: 07 Oct 2005 Posts: 30 Topics: 2 Location: Texas
|
Posted: Tue Aug 01, 2006 7:42 am Post subject: |
|
|
Very nice shekar - I was not aware of this feature.
One additional note: You may have to scroll left or right in 3.4 to see the members. |
|
Back to top |
|
|
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Tue Aug 01, 2006 7:46 am Post subject: |
|
|
deadlycoder,
Don't you have a TSO ID ? _________________ Shekar
Grow Technically |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Aug 01, 2006 9:07 am Post subject: |
|
|
be aware that if you search every dataset on your system, you will update the last used date, and if your site uses that date to archive files, you will not be making any friends among your storage management people. You should really try to narrow down the high level qualifier before you start searching. |
|
Back to top |
|
|
blitz Beginner
Joined: 24 Dec 2002 Posts: 28 Topics: 4
|
Posted: Tue Jan 16, 2007 5:36 am Post subject: |
|
|
Another note of caution to be taken when using the Member command. Make sure that you have access to all the datasets that are going to be searched. I remember locking my id once for crossing the limit for access violations while trying to use the Member command. |
|
Back to top |
|
|
|
|