Donald, When you create the dataspace, you specify an initial and a maximum size on DSPSERV CREATE. The initial size is allocated and ready to use right away.
If you later want to increase the size of the dataspace (up to the maximum specified on CREATE), use DSPSERV EXTEND. HTH, Steven St.Jean > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Donald Likens > Sent: Tuesday, December 11, 2012 6:04 AM > To: [email protected] > Subject: Re: Common Data Space Basics > > I was planning to use storage obtain/storage release for the amount of > storage needed with the ALET parameter. > > How to do get storage in a dataspace? > STORAGE OBTAIN,LENGTH=4096,SP=0,ALET=ASALET,LOC=ANY,ADDR=ASADDR > Release storage: > STORAGE RELEASE,LENGTH=4096,ALET=ASALET,ADDR=ASADDR,SP=0 > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
