View previous topic :: View next topic |
Author |
Message |
jajularamesh Beginner
Joined: 14 Apr 2006 Posts: 87 Topics: 33
|
Posted: Fri Jun 01, 2007 1:40 am Post subject: how can i get omly a particlar set of members from PDS |
|
|
I am currently using this
"LISTDS '"PDSNAME"' MEMBERS"
this will lis all the members in the PDS.but i want all members stats with PCAE
What should be done to do this.
WE can check the first four characters and we can move to another stem variable but any other alternative for this.
Regards,
Venkata Apparao Jajula |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12383 Topics: 75 Location: San Jose
|
Posted: Fri Jun 01, 2007 4:40 am Post subject: |
|
|
Quote: |
but i want all members stats with PCAE
|
jajularamesh,
LISTDS does NOT provide member stats. You need to use LMMDISP. and yes you would to store in a stem
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
jajularamesh Beginner
Joined: 14 Apr 2006 Posts: 87 Topics: 33
|
Posted: Fri Jun 01, 2007 4:59 am Post subject: |
|
|
Kolusu,
Actully from line number 7 onwards members starts right.
Can we use any jcl which will list out the members that start with PCAE*
Regards,
Venkata Apparao Jajula |
|
Back to top |
|
 |
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Sat Jun 02, 2007 11:38 pm Post subject: |
|
|
The LMMLIST service allows you to start your list from a specific member. Simply fill the MEMBER operand with PCAE0000, and it will list all members starting at this point.
________
marijuana trichomes |
|
Back to top |
|
 |
|
|