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

List only particular members in a PDS


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Dec 17, 2010 12:28 am
Reply with quote

I think you can do it in two steps.

1) Do the ISRSUPC as suggested above. Send the output OUTDD to a dataset (lrecl 133)

2) Perform a Sort with that as input. Search this forum for these keywords for examples of:
INREC
INCLUDE
BUILD
SORT
SUM FIELDS

Your INREC will INCLUDE the member pattern for only those you want, and //STEP and not = //STEPLIB

Your BUILD will build a record of the member name, the concatenation number eg (1), (2), and put a 0001 at the end of each record.

You SORT will be the member name and concatenation number with a sum fields= the colmns with the 0001.

Notice I gave you no syntax, but pretty much told you what to do.

The good part here is you will have a chance to use your brain and figure the rest out for your self.
Back to top
View user's profile Send private message
bhagyac

New User


Joined: 17 Apr 2008
Posts: 44
Location: bangalore

PostPosted: Fri Dec 17, 2010 12:31 am
Reply with quote

sure!! Let me start trying!!
Thank you so much..
Back to top
View user's profile Send private message
bhagyac

New User


Joined: 17 Apr 2008
Posts: 44
Location: bangalore

PostPosted: Fri Dec 17, 2010 1:10 pm
Reply with quote

When i use IDPFX, and i submit the job, i am getting the below message in my output..

Code:
EXTRANEOUS OR CONFLICTING PROCESS OPTION(S) WERE SPECIFIED.
 IDPFX                                                     


and also i dont find any difference( other than the above message getting displayed) by using IDPFX and without using IDPFX.

Can any one please help?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Fri Dec 17, 2010 3:10 pm
Reply with quote

try the following parm :

PARM=(SRCHCMP,IDPFX,NOPRTCC)
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Dec 17, 2010 6:55 pm
Reply with quote

It would be best if you show your complete JCL and the a more significant amount of your output.
Back to top
View user's profile Send private message
bhagyac

New User


Joined: 17 Apr 2008
Posts: 44
Location: bangalore

PostPosted: Fri Dec 17, 2010 7:16 pm
Reply with quote

Thank you..

I used PARM=(SRCHCMP,IDPFX,NOPRTCC)
and got the required output.

Thanks to all..
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Dec 17, 2010 9:44 pm
Reply with quote

Good to hear it is working - thank you for letting us know icon_smile.gif

d
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 -> TSO/ISPF Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts list pds members name starting with xyz CLIST & REXX 11
No new posts List of quiesced jobs JCL & VSAM 3
Search our Forums:

Back to Top