View previous topic :: View next topic |
Author |
Message |
ramudu Beginner
Joined: 06 Apr 2007 Posts: 9 Topics: 3 Location: Hyderabad India
|
Posted: Thu Apr 12, 2007 11:58 pm Post subject: Space Problem |
|
|
Hi All,
I define my dataset with following properties like.
DISP=(NEW,CATLG,DELETE),UNIT=(SYSDA,10),
SPACE=(CYL,(10,10),RLSE),
RECFM=FB,LRECL=350
The above option RLSE will be in affect for CYL or for both UNIT and
CYLINDERS.
Please clarify me.
Thanking you,
Ram. _________________ Thanking You,
Regards,
Ram. |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Apr 13, 2007 1:29 am Post subject: |
|
|
You did not state the problem or question. If you got an error, post it too. |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Apr 13, 2007 1:43 am Post subject: |
|
|
Whether or not the RLSE will affect both CYL & UNIT depends on the STORCLAS which has been allocated to the dataset via DFSMSsms. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Fri Apr 13, 2007 2:11 am Post subject: |
|
|
The RLSE should free up all of the unused space across all of the volumes.
There is the possibility that by using SDS ( Sequential Data Striping) the file will be allocated accross all of the volumes specified, and then the RLSE will free the space from each stripe on each volume.
Under normal circumstances the RLSE will release all unused space, but usually retains the number of volumes that it can use, so if the file is added to at a later time, the dataset may still have the ability to use further volumes if the full allocation has not been used. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
ramudu Beginner
Joined: 06 Apr 2007 Posts: 9 Topics: 3 Location: Hyderabad India
|
Posted: Sun Apr 15, 2007 2:18 am Post subject: |
|
|
Hi Expat,
Thank you very much for your response on my querry.
Can you please share more about option SDS and its syntax.
Thanking you,
Ram. _________________ Thanking You,
Regards,
Ram. |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Sun Apr 15, 2007 3:55 am Post subject: |
|
|
SDS is a facility of DFSMSsms. To use this facility you will need to speak to the storage management people. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|