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

Extending DB2 Directory Table Space SPT01.


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Manshadi

New User


Joined: 31 Aug 2005
Posts: 82

PostPosted: Wed Feb 24, 2010 2:08 pm
Reply with quote

Hi,

How can I extend SPT01, it has reached to 2G.

Regards
Manshadi
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Wed Feb 24, 2010 2:26 pm
Reply with quote

What version of DB2 ?

- cleanup packages

- reorg spt01

- compress spt01 : www-01.ibm.com/support/entdocview.wss?rs=64&context=SSEPEK&q1=PK80375&uid=swg1PK80375&loc=en_US

- allocate another vsam
Back to top
View user's profile Send private message
Manshadi

New User


Joined: 31 Aug 2005
Posts: 82

PostPosted: Wed Feb 24, 2010 2:50 pm
Reply with quote

The version of DB2 is 8.

Is the allocating new VSAM file enough?

Thanks
Manshadi
Back to top
View user's profile Send private message
Manshadi

New User


Joined: 31 Aug 2005
Posts: 82

PostPosted: Wed Feb 24, 2010 2:58 pm
Reply with quote

I find the following information on DB2 administrator guide book, but I am not sure it will work or not?!!!

Procedure 4. Add a data set: If the object supported is user-defined, use the access method services to define another data set.
The name of the new data set must continue the sequence begun by the names of the existing data sets that support the object.
The last four characters of each name are a relative data set number: If the last name ended with A001, the next must end with
A002, and so on. Also, be sure to add either I or J in the name of the data set.
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Wed Feb 24, 2010 3:07 pm
Reply with quote

allocating VSAM was the last solution if the first two didn't help and you don't want to compress SPT01.

After allocating you'll need to stop/start the DB2 subsystem.
Back to top
View user's profile Send private message
Manshadi

New User


Joined: 31 Aug 2005
Posts: 82

PostPosted: Wed Feb 24, 2010 3:12 pm
Reply with quote

GuyC

We have 5 big database on our sub system and we need all packages.

I created new data set and restarted DB2 sub system and run my bulk bind on it.

I will confirm you the result.

Thanks
Manshadi
Back to top
View user's profile Send private message
Manshadi

New User


Joined: 31 Aug 2005
Posts: 82

PostPosted: Wed Feb 24, 2010 5:19 pm
Reply with quote

GuyC

The second allocation of SPT01 worked fine.

Thanks
Manshadi
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Thu Feb 25, 2010 12:29 pm
Reply with quote

thx for the feedback
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top