|
|
| Author |
Message |
dhandath
New User
Joined: 07 Sep 2006 Posts: 3
|
|
|
|
Hi All,
Can anyone tell me how to increase the VSAM file space that allocated already ? I created the files with less space CYL(10,10) now i have increase the cylinders to (100,100) to accomodate more data and for future additions.[/b] |
|
| Back to top |
|
 |
References
|
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1199 Location: At my desk
|
|
| Back to top |
|
 |
dhandath
New User
Joined: 07 Sep 2006 Posts: 3
|
|
|
|
| Yes, I decided to do delete/re-define if i don't find any other option. I am searching for some options to do it single command as my file count is bit large (more than 200 files). |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8756 Location: 221 B Baker St
|
|
|
|
Hello,
Unless all of the existing data is "practice" and can be discarded, make sure to take a backup first. . . |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3558 Location: Brussels once more ...
|
|
|
|
| Why not look at ALTER ADDVOL to increase the number of volumes that the cluster can use |
|
| Back to top |
|
 |
dhandath
New User
Joined: 07 Sep 2006 Posts: 3
|
|
|
|
| I beleive ADDVOL will not work if we define the files with TRK(10,10) and we try to extend the file by loading huge amt of records into it. I guess, if all the space specified for that dataset in DEFINE statment is allocated, we can't further extend the dataset even by adding volumes to that dataset. |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 3558 Location: Brussels once more ...
|
|
|
|
By adding another volume you get the same, 123 extents I believe, allocated onto a second or third or .............. volume.
However, TRK(10 10) for huge data volumes does seem a little careless to me  |
|
| Back to top |
|
 |
Przemyslaw Krekora
New User
Joined: 20 Feb 2008 Posts: 9 Location: Poland
|
|
|
|
| Maybe you shuould use IDCAMS- REPRO command to copy the contents of smaller file to new larger |
|
| Back to top |
|
 |
|
|