View previous topic :: View next topic
|
Author |
Message |
nagarjunak
New User
Joined: 04 Sep 2005 Posts: 2
|
|
|
|
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 |
|
|
sril.krishy
Active User
Joined: 30 Jul 2005 Posts: 183 Location: hyderabad
|
|
|
|
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 |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
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 |
|
|
radhakrishnan82
Active User
Joined: 31 Mar 2005 Posts: 435 Location: chennai, India
|
|
|
|
Its working.
rupesh,
did you open the pds in the following way:
in 3.4:
Issued the command here.
The above should work fine.get back in case of any queries. |
|
Back to top |
|
|
nagarjunak
New User
Joined: 04 Sep 2005 Posts: 2
|
|
|
|
Hi
It is not working, could you suggest me how to give member name
Thanks,
Nagarjuna. |
|
Back to top |
|
|
radhakrishnan82
Active User
Joined: 31 Mar 2005 Posts: 435 Location: chennai, India
|
|
|
|
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 |
|
|
jitender
New User
Joined: 05 Sep 2005 Posts: 1
|
|
|
|
what r the requirements to integrate two different application
how we can integrate it |
|
Back to top |
|
|
radhakrishnan82
Active User
Joined: 31 Mar 2005 Posts: 435 Location: chennai, India
|
|
|
|
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 |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
Hi Radhakrishnan82,
I opened the PDS as you mentioned but when I pressed
I am getting the error INVALID COMMAND.
May be it is shop dependent.
Thanks
Rupesh |
|
Back to top |
|
|
radhakrishnan82
Active User
Joined: 31 Mar 2005 Posts: 435 Location: chennai, India
|
|
|
|
rupesh,
did you tried the following:
MEMBER "member name" instead of MEM |
|
Back to top |
|
|
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 463
|
|
|
|
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 |
|
|
spanda
New User
Joined: 31 Aug 2005 Posts: 48 Location: U.K.
|
|
|
|
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 |
|
|
MGIndaco
Active User
Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
|
|
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 |
|
|
|