<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Work space issue in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133378#M36229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Sas step, i have given&amp;nbsp; SAS.WORK DD SPACE=(CYL,(4000,8000),RLSE) and i am getting space issue.&lt;/P&gt;&lt;P&gt;The address space has used a maximum of 640K below the line and 13924K above the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how much we can declare in work space to process large file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 11:04:04 GMT</pubDate>
    <dc:creator>Suhaa</dc:creator>
    <dc:date>2013-11-06T11:04:04Z</dc:date>
    <item>
      <title>Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133378#M36229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Sas step, i have given&amp;nbsp; SAS.WORK DD SPACE=(CYL,(4000,8000),RLSE) and i am getting space issue.&lt;/P&gt;&lt;P&gt;The address space has used a maximum of 640K below the line and 13924K above the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how much we can declare in work space to process large file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 11:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133378#M36229</guid>
      <dc:creator>Suhaa</dc:creator>
      <dc:date>2013-11-06T11:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133379#M36230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SAS code itself will have a lot to do with the amount of storage space needed.&amp;nbsp; There are issues like lengths of variables, compression, removing data after it is no longer needed, using views instead of data sets ... but since you asked a question about the JCL we'll have to skip all of the SAS-code-related issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes space is just not available on an IBM mainframe.&amp;nbsp; You will need to know something about the disk pool clean-up routines at your site.&amp;nbsp; There may be more space available on some days of the week, or there may be alternative disk packs/pools that you can allocate on the WORK DD statement.&amp;nbsp; Also, if you know something about the size of the data set you will work with, you can allocate a larger primary extent and a smaller secondary extent.&amp;nbsp; That way, the job won't even start unless the system can locate a large enough primary extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133379#M36230</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-11-06T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133380#M36231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest removing that&lt;/P&gt;&lt;P&gt;,RLSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133380#M36231</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-11-06T18:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133381#M36232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The JCL appears to be specifying work space, but the message appears to be related to memory, which is obviously something different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please show any SAS "ERROR:" message from the log and what was happening before it. The message you have shown just looks like a normal "NOTE:".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the job failure code? E.g. B37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a memory (not space) problem then try adjusting your REGION= parameter on the job card to a higher value and see if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 18:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133381#M36232</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2013-11-06T18:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133382#M36233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don not see a volcnt definition. Code the multivolume parameter or let your storage admin have defined that using a dataclass definition. &lt;BR /&gt;Normally space on a mainframe is limited to 1 volume. 1 volume 3390 is about 3Gb (until ca 2004) I expect the volumesize being set to values like 9Gb today.&amp;nbsp; You can check this value.&lt;/P&gt;&lt;P&gt;If the volume is used by others, it is a multiuser system no pc, less space will be left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting to a Multivolume approach it will spread over many volumes. Please make each file of those not too&amp;nbsp; big. The total amount of workspace can be the amount you have specified mulitplied by the numbers of volumes (volcnt).&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seen your message 640Kb below 13Mb up there is no out of memory resource constraint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The region-size is very confusing. &lt;BR /&gt;If you are allowed the specify 0M, that is the easiest as no limit.&lt;/P&gt;&lt;P&gt;IF you specify 4M or 6M (16Mb line) you are getting 32Mb additional above the line (total 38Mb).&lt;/P&gt;&lt;P&gt;The values 8M-16M do not work. Specifying above 16M you will get 8M under the line (total24Mn)&lt;/P&gt;&lt;P&gt;So specify 64Mb or more when running out of memory having specified 6Mb.&lt;/P&gt;&lt;P&gt;Getting java into that you need another 256Mb. From 2Gb-4G another gap in sizing of the memory area. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 19:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133382#M36233</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-06T19:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133383#M36234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small update. Your mainframe support staff&amp;nbsp; could make the HFS options for sas-work available.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hosto390/65144/HTML/default/viewer.htm#p0q3u8hdxzjsj7n1cxoyhq5c1m6z.htm" title="http://support.sas.com/documentation/cdl/en/hosto390/65144/HTML/default/viewer.htm#p0q3u8hdxzjsj7n1cxoyhq5c1m6z.htm"&gt;SAS(R) 9.3 Companion for z/OS, Second Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp; See Ucount wiht tso alloc and the HFS (UFS) datasetnames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 18:50:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133383#M36234</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-07T18:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133384#M36235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank all for the response.. i will try using Region= parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS error messages are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: EOV macro was not able to obtain an additional extent for library data set&lt;/P&gt;&lt;P&gt;number 7. System rc = 00000B37; Reason code = 00000004.&lt;/P&gt;&lt;P&gt;ERROR: Write to WORK.RFM.DATA failed. File is full and may be damaged.&lt;/P&gt;&lt;P&gt;ERROR: Write to WORK.RFM.DATA failed. File is full and may be damaged.&lt;/P&gt;&lt;P&gt;ERROR: Write to WORK.RFM.DATA failed. File is full and may be damaged.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i get this error message my return code is 08..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another type of error message is&lt;/P&gt;&lt;P&gt;ERROR Writting into output file and I will get the RC as SB37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 09:05:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133384#M36235</guid>
      <dc:creator>Suhaa</dc:creator>
      <dc:date>2013-11-12T09:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Work space issue</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133385#M36236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error you have got is describing problems on the dasd / harddisk / external storaga (SB37) for sas work.&lt;BR /&gt;I will not help if you change settings on an other resource like the internal memory - dimm-chips (region size). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 11:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Work-space-issue/m-p/133385#M36236</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-11-12T11:13:51Z</dc:date>
    </item>
  </channel>
</rss>

