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

Find out a perticular Member among 20 PDSs


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

New User


Joined: 04 Sep 2005
Posts: 2

PostPosted: Sun Sep 04, 2005 11:23 am
Reply with quote

Hi,

This is Nagarjuna, I have a doubt that is how to find a particular member among around 20 PDSs, is there any special command
please give me suggestion,

Thanks,
Nagarjuna.
Back to top
View user's profile Send private message
sril.krishy

Active User


Joined: 30 Jul 2005
Posts: 183
Location: hyderabad

PostPosted: Sun Sep 04, 2005 11:18 pm
Reply with quote

Hi,
Try this out.

Go to 3.4---->give the high level qualifier of the PDS--->PRESS ENTER--->give MEM"membername"--->then it will show all the data sets where that member lies.

Thanks
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Sep 05, 2005 10:02 am
Reply with quote

HI sril.krishy,

It is not working for me. It gives me error invalid command.

Could you tell me how is it working?

Thanks & regards
Rupesh
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Sep 05, 2005 2:08 pm
Reply with quote

Its working.

rupesh,
did you open the pds in the following way:

in 3.4:
Code:
AAA.BBB.*

Issued the command here.

The above should work fine.get back in case of any queries.
Back to top
View user's profile Send private message
nagarjunak

New User


Joined: 04 Sep 2005
Posts: 2

PostPosted: Tue Sep 06, 2005 8:44 am
Reply with quote

Hi

It is not working, could you suggest me how to give member name

Thanks,
Nagarjuna.
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Tue Sep 06, 2005 9:27 am
Reply with quote

nagarjuna,

consider you are searching the member "SRCH" in a list of pds.lets take the following pds.

AAAA.BBBB.CCCC
AAAA.BBBB.RRRR
AAAA.BBBB.GGGG
AAAA.BBBB.R123R
AAAA.BBBB.G123G

go to 3.4
Code:

Dsname Level . . . AAAA.BBBB.*                                 
Volume serial  . .                                             


Press ENTER
It will display the following:

Code:
DSLIST - Data Sets Matching AAAA.BBBB.*                       
Command ===>                                                 
                                                             
Command - Enter "/" to select action                  Message
--------------------------------------------------------------
                  AAAA.BBBB.CCCC
                  AAAA.BBBB.RRRR
                  AAAA.BBBB.GGGG
                  AAAA.BBBB.R123R
                  AAAA.BBBB.G123G
                                   


Issue the command here

Code:
DSLIST - Data Sets Matching AAAA.BBBB.*
 Command ===>  MEM 'SRCH'                                 Scroll ===> CSR 
                                                                               
Command - Enter "/" to select action                  Message           Volume
-------------------------------------------------------------------------------
                  AAAA.BBBB.CCCC                                                  6547
                  AAAA.BBBB.RRRR                                                    6436
                  AAAA.BBBB.GGGG                                                   5325
                  AAAA.BBBB.R123R                                                    .
                  AAAA.BBBB.G123G                                                    .


If the member is found then it displays Member(s) found

Code:
DSLIST - Data Sets Matching AAAA.BBBB.*     Member(s) found
Command ===>                                                   Scroll ===> CSR 
                                                                               
Command - Enter "/" to select action                  Message           Volume
-------------------------------------------------------------------------------
                  AAAA.BBBB.CCCC                  member:SRCH            6547
                  AAAA.BBBB.RRRR                                                    6436
                  AAAA.BBBB.GGGG                                                   5325
                  AAAA.BBBB.R123R                                                    .
                  AAAA.BBBB.G123G                                                    .


The above says that the member SRCH is found in AAAA.BBBB.CCCC
hope this helps.
Back to top
View user's profile Send private message
jitender

New User


Joined: 05 Sep 2005
Posts: 1

PostPosted: Tue Sep 06, 2005 10:49 am
Reply with quote

what r the requirements to integrate two different application

how we can integrate it
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Tue Sep 06, 2005 11:02 am
Reply with quote

Jitendra,

You should post a new topic.

As you are a new member,please do read forum rules.
pls go thru the following:
The Five Rules you must Follow here to confirm your membership:

1. START A NEW TOPIC TO POST YOUR QUERIES.
2. POSTS ARE TO BE MADE IN RELEVANT FORUM.
3. USE MEANINGFUL TITLE FOR YOUR TOPICS.
4. NEVER POST YOUR RESUMES OR EMAIL IDS.
5. DON'T REPLY THE TOPICS MARKED AS [SOLVED].
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Sep 06, 2005 3:10 pm
Reply with quote

Hi Radhakrishnan82,

I opened the PDS as you mentioned but when I pressed

Code:
MEM <string> 


I am getting the error INVALID COMMAND.

May be it is shop dependent.

Thanks

Rupesh
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Tue Sep 06, 2005 3:20 pm
Reply with quote

rupesh,

did you tried the following:

MEMBER "member name" instead of MEM
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Sep 06, 2005 3:30 pm
Reply with quote

Hi Radhakrishnan,

Yes I tried the Member also but it is givinng me same error.

I think it is shop dependent. I have to ask my admin for same.

Thanks a lot for your help.

Thanks & regards
Rupesh
Back to top
View user's profile Send private message
spanda

New User


Joined: 31 Aug 2005
Posts: 48
Location: U.K.

PostPosted: Tue Sep 06, 2005 3:32 pm
Reply with quote

The Member primary command is available under ISPF for z/OS. So, if you are not running z/OS at your site, then the Member command will return an 'Invalid command' message.

The Member command may be abbreviated to Mem or just m. And the parameter for the command need not be in quotes.

For help, press F1 when in DSLIST view and see the list of available primary (not line) commands under ISPF.

Panda.
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Tue Sep 06, 2005 3:54 pm
Reply with quote

I think that this command is from customization of each OS and
I'm sure that is a macro that use the LM model in ISREDIT address.
To have more detail of what it do look in your SYS1.CLIST and look MEM or MEMBER member.
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Searching for a member but don't know... TSO/ISPF 6
No new posts Looking For a PDS Member Without Open... PL/I & Assembler 10
Search our Forums:

Back to Top