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

Increase the directory blocks for the CLIST dataset.


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

New User


Joined: 22 Nov 2005
Posts: 2

PostPosted: Mon Feb 26, 2007 7:05 pm
Reply with quote

Hi,

Is it possible to increase the directory blocks of the USER.CLIST dataset?

TSOID.USER.CLIST is the dataset which is created automatically by the system.
I wanted to increase the directory blocks of the dataset, It is not allowing me to either rename or delete the dataset.
Is there any other way to do that?

Thanks in Advance,
Anu
Back to top
View user's profile Send private message
Steve Coalbran

New User


Joined: 01 Feb 2007
Posts: 89
Location: Stockholm, Sweden

PostPosted: Tue Feb 27, 2007 12:01 am
Reply with quote


  1. Go to 3.2 in ISPF...
  2. Type in the name of your USER.CLIST
  3. Hit ENTER to save the attributes.
  4. Select option 'A' to Allocate a new data set.
  5. Change the name to COPY.CLIST
  6. Adjust the values of primary & secondary allocations to suit your expectations.
  7. Change the type to 'LIBRARY'
    Code:
    1st extent blocks . : ?     
    Secondary blocks  . : ?     
    Data set name type  : LIBRARY
    (this will now be a PDSE and have NOLIMIT to the number of members (except their size).
  8. Go into 3.3 and copy all the members of USER.CLIST to COPY.CLIST.
  9. Exit ISPF.
  10. At the TSO READY prompt type...
    Code:
    DELETE USER.CLIST
    RENAME COPY.CLIST USER.CLIST
    LOGON userid
Back to top
View user's profile Send private message
anusuya

New User


Joined: 22 Nov 2005
Posts: 2

PostPosted: Tue Feb 27, 2007 11:26 pm
Reply with quote

Steve,

Great Thanks! Solution Worked.

Thanks,
Anu
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 FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top