View previous topic :: View next topic |
Author |
Message |
Ogv Beginner

Joined: 23 Dec 2002 Posts: 10 Topics: 5 Location: NJ, USA
|
Posted: Fri Jan 17, 2003 12:25 pm Post subject: 251 Extents reached for VSAM dataset |
|
|
Hi,
I have a problem with vsam dataset of the underlying tablespace's vsam dataset. The extens of the dataset reached 251. Due to this while image copying, i am getting abend. I have tried the following db2 load done with dummy dataset after altering the tablespace with more sze, reorg is failing on the tablespace with error message unable to open the utility dataset. I don't want to drop and recreate the tables/tablespaeces and give all access again, create indexed. Is there way to solve within db2..
Any kind of help? _________________ Thank-you,
OGV. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Jan 17, 2003 1:26 pm Post subject: |
|
|
OGv,
You need to extend your vsam datasets but not the tablespace.you can do that by ALTER ADDVOLUMES access method command.check this link for Extending DB2-managed data sets
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
raj051076 Beginner
Joined: 05 Dec 2002 Posts: 64 Topics: 21
|
Posted: Sun Mar 30, 2003 5:21 pm Post subject: |
|
|
Is 256 the maximum extents that a VSAM dataset can have???? _________________ Rajib |
|
Back to top |
|
 |
|
|