<?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 Need to Increase memory Allocation for WORK in JCL in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Need-to-Increase-memory-Allocation-for-WORK-in-JCL/m-p/54437#M15074</link>
    <description>I am facing some memory issues in execution of a SAS Job that deals with large amount of data. The issue is that the memory utilized by SAS exceeds the total amount of memory that is allocated in calling JCL. &lt;BR /&gt;
&lt;BR /&gt;
The memory is allocated in work area as follows:&lt;BR /&gt;
&lt;BR /&gt;
//WORK     DD SPACE=(CYL,(4369,4369)),                           &lt;BR /&gt;
//            UNIT=(SYSDA),DATACLAS=DCMVOL,                      &lt;BR /&gt;
//            DCB=(LRECL=27648,BLKSIZE=27648,RECFM=FS,DSORG=PS)&lt;BR /&gt;
&lt;BR /&gt;
Can some one please suggest how to allocate more memory for WORK area then allocated above. Should some more options be used in SPACE and UNIT?&lt;BR /&gt;
Some options I have used:&lt;BR /&gt;
REGION = 1024M&lt;BR /&gt;
MEMLEAVE=256M                                                   &lt;BR /&gt;
PROCLEAVE=(2M,2M)                                                &lt;BR /&gt;
SYSLEAVE=(512K,512K)</description>
    <pubDate>Thu, 22 Jul 2010 15:51:34 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-07-22T15:51:34Z</dc:date>
    <item>
      <title>Need to Increase memory Allocation for WORK in JCL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-to-Increase-memory-Allocation-for-WORK-in-JCL/m-p/54437#M15074</link>
      <description>I am facing some memory issues in execution of a SAS Job that deals with large amount of data. The issue is that the memory utilized by SAS exceeds the total amount of memory that is allocated in calling JCL. &lt;BR /&gt;
&lt;BR /&gt;
The memory is allocated in work area as follows:&lt;BR /&gt;
&lt;BR /&gt;
//WORK     DD SPACE=(CYL,(4369,4369)),                           &lt;BR /&gt;
//            UNIT=(SYSDA),DATACLAS=DCMVOL,                      &lt;BR /&gt;
//            DCB=(LRECL=27648,BLKSIZE=27648,RECFM=FS,DSORG=PS)&lt;BR /&gt;
&lt;BR /&gt;
Can some one please suggest how to allocate more memory for WORK area then allocated above. Should some more options be used in SPACE and UNIT?&lt;BR /&gt;
Some options I have used:&lt;BR /&gt;
REGION = 1024M&lt;BR /&gt;
MEMLEAVE=256M                                                   &lt;BR /&gt;
PROCLEAVE=(2M,2M)                                                &lt;BR /&gt;
SYSLEAVE=(512K,512K)</description>
      <pubDate>Thu, 22 Jul 2010 15:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-to-Increase-memory-Allocation-for-WORK-in-JCL/m-p/54437#M15074</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-07-22T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need to Increase memory Allocation for WORK in JCL</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-to-Increase-memory-Allocation-for-WORK-in-JCL/m-p/54438#M15075</link>
      <description>Honestly, you need to work with your SAS administrator -- there a difference between "WORK SPACE" and "SAS JOB-STEP MEMORY".&lt;BR /&gt;
&lt;BR /&gt;
Also, you will gain more knowledge on this subject by reviewing the SAS companion document for z/OS, which is available at SAS support site.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 22 Jul 2010 16:03:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-to-Increase-memory-Allocation-for-WORK-in-JCL/m-p/54438#M15075</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-07-22T16:03:15Z</dc:date>
    </item>
  </channel>
</rss>

