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

How to modify existing PDS to add members


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

New User


Joined: 17 Nov 2006
Posts: 15

PostPosted: Thu Apr 23, 2009 9:46 pm
Reply with quote

I have a PDS which has 20 Members and now if iam trying to add member to it its showing limit exceeded so how to alter existing pds attributes in tso so that i can have more members in it
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Apr 23, 2009 9:54 pm
Reply with quote

easiest way, especially since it is small
  • ISPF Option 3.2 define new pds with larger allocation and more directory blocks (figure 4 members per dir block)
  • ISPF Option 3.3 Move all pds members from old to new
  • ISPF Option 3.2 Delete old pds
  • ISPF Option 3.2 Rename new pds to name of old (and now) deleted pds
Back to top
View user's profile Send private message
gopinathmk

New User


Joined: 17 Nov 2006
Posts: 15

PostPosted: Thu Apr 23, 2009 10:00 pm
Reply with quote

Thanks Dick Brenholtz

But is there anyway in TSO to change attributes of Existing PDS? If yes please let me know.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Apr 23, 2009 10:02 pm
Reply with quote

at the command line: TSO HELP
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 23, 2009 10:36 pm
Reply with quote

It largely depends on what you need to change -- and the tools available at your shop. If your PDS ran out of directory space, there's a couple of programs on the CBT tape to fix this but using IBM utilities you have to create a new PDS, copy everything over, delete the old, and rename the new to the old name.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Apr 24, 2009 12:27 am
Reply with quote

Creating your PDS as a PDSE means it can expand directory blocks automatically. Allocate as TYPE=LIBRARY in ISPF 3.2.
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

 


Similar Topics
Topic Forum Replies
No new posts Adding first / last acct numerber to ... DFSORT/ICETOOL 7
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts I want to append a record in an exist... CLIST & REXX 17
No new posts list pds members name starting with xyz CLIST & REXX 11
No new posts REXX editmacro to compare two members... CLIST & REXX 7
Search our Forums:

Back to Top