<?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 SAS For z/OS Batch Job Space Abend in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630443#M186644</link>
    <description>&lt;P&gt;I need to control the space allocation of dynamically allocated data sets. Does anyone know if there is an option somewhere. Any help would be greatly appreciated, as this is affecting a production jobflow. The SAS program is in the middle of a PROC SQL and allocated temporary data sets, one of record length 29312. I'd also like to know if that is controllable as it is wasting almost half of the 3390 track.&lt;/P&gt;&lt;P&gt;Thank you for any help and your patience, as I am new to the SAS forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Mar 2020 23:14:25 GMT</pubDate>
    <dc:creator>CTC_DAVE_M</dc:creator>
    <dc:date>2020-03-07T23:14:25Z</dc:date>
    <item>
      <title>SAS For z/OS Batch Job Space Abend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630443#M186644</link>
      <description>&lt;P&gt;I need to control the space allocation of dynamically allocated data sets. Does anyone know if there is an option somewhere. Any help would be greatly appreciated, as this is affecting a production jobflow. The SAS program is in the middle of a PROC SQL and allocated temporary data sets, one of record length 29312. I'd also like to know if that is controllable as it is wasting almost half of the 3390 track.&lt;/P&gt;&lt;P&gt;Thank you for any help and your patience, as I am new to the SAS forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2020 23:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630443#M186644</guid>
      <dc:creator>CTC_DAVE_M</dc:creator>
      <dc:date>2020-03-07T23:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS For z/OS Batch Job Space Abend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630470#M186655</link>
      <description>&lt;P&gt;If you're not talking memory but physical storage (which includes tables in WORK) then use compress=yes - either as session level setting or then as SAS data set option for the specific WORK table.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 10:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630470#M186655</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-03-08T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS For z/OS Batch Job Space Abend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630610#M186696</link>
      <description>Patrick, I don't think I phrased my question/issue correctly. The batch SAS job dynamically allocates temporary datasets during PROC SQL statement. I need to know how to control the space allocations and/or the LRECL of the datasets (29312), which is just over half of a 3390 track, wasting considerable space. It is also under allocating the space requirement, causing constant SB37 abends. I thought specifying DYNALLOC in the options and pre-allocating SORTWKnn DD statements would do it, but it didn't. Any help you or anyone else in the forum can provide would be greatly appreciated. Thanks.&lt;BR /&gt;Dave Manning&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Mar 2020 12:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630610#M186696</guid>
      <dc:creator>CTC_DAVE_M</dc:creator>
      <dc:date>2020-03-09T12:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS For z/OS Batch Job Space Abend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630642#M186711</link>
      <description>&lt;P&gt;Oh, then I'm out of my depth here. Using SAS under z/OS is now well more than a decade ago for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following is just some guessing really: I assume what you're talking about is the UTILLOC area where SAS processes create intermediate temporary SAS files during sort operations and the like. Doing some Googling may-be below two docu links might be of help:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=hosto390&amp;amp;docsetTarget=p0q3u8hdxzjsj7n1cxoyhq5c1m6z.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;UTILLOC= System Option: z/OS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=hosto390&amp;amp;docsetTarget=n0rygw4o5vltdvn1j9v1z4khst0a.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;BLKALLOC System Option: z/OS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS under z/OS is nowadays a rather rare skill set. If above doesn't help you then likely your best option is to contact SAS Tech Support directly.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/630642#M186711</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-03-09T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS For z/OS Batch Job Space Abend</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/631217#M186997</link>
      <description>Thanks Patrick, I took your advice and contacted SAS technical support. They pointed me to the same links and my problem is resolved. Thank you.</description>
      <pubDate>Wed, 11 Mar 2020 12:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-For-z-OS-Batch-Job-Space-Abend/m-p/631217#M186997</guid>
      <dc:creator>CTC_DAVE_M</dc:creator>
      <dc:date>2020-03-11T12:28:36Z</dc:date>
    </item>
  </channel>
</rss>

