View previous topic :: View next topic |
Author |
Message |
kingo Intermediate
Joined: 01 Sep 2006 Posts: 167 Topics: 40 Location: chennai
|
Posted: Tue Feb 12, 2008 9:33 am Post subject: To calculate file size dynamically |
|
|
Is it possible to allocatefile size without calculating the file size and hence preventing it from abending from space issues. _________________ IF YOU ARE NOT FOCUSSED ON GOAL ALL YOU SEE IS OBSTACLE. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
kingo Intermediate
Joined: 01 Sep 2006 Posts: 167 Topics: 40 Location: chennai
|
Posted: Wed Feb 13, 2008 5:15 am Post subject: |
|
|
My question is there any way to dynamically allocate files through jcl ?
something similar to
Creating stacks by dynamic allocation of memory.
Hope I made my question clear.
~Kingo _________________ IF YOU ARE NOT FOCUSSED ON GOAL ALL YOU SEE IS OBSTACLE. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Feb 13, 2008 11:19 am Post subject: |
|
|
kingo,
You canNOT dynamically Allocate space parameters to a dataset on DASD. However you can create an extended format dataset which can be extended to 123 extents unlike the regular 15 extents of secondary allocation. Talk to your DFSMS administrator about creating extended format datasets _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
expat Intermediate
Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Sat Feb 16, 2008 7:43 am Post subject: |
|
|
Or you could code multivolume which will only use the secondary volumes when the full allocation has been exhausted on the first volume _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
|
|
|