<?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 Direct I/O traffic in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Direct-I-O-traffic/m-p/795270#M255063</link>
    <description>&lt;P&gt;I am running multiple I/O heavy programs in SAS batch mode.&amp;nbsp; I have 10-core CPU with HT and two storage disks.&amp;nbsp; Is there a way I can direct one job to be done on HDisk1 and the second on HDisk2?&amp;nbsp; Any direction is appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 18:29:10 GMT</pubDate>
    <dc:creator>Haris</dc:creator>
    <dc:date>2022-02-09T18:29:10Z</dc:date>
    <item>
      <title>Direct I/O traffic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Direct-I-O-traffic/m-p/795270#M255063</link>
      <description>&lt;P&gt;I am running multiple I/O heavy programs in SAS batch mode.&amp;nbsp; I have 10-core CPU with HT and two storage disks.&amp;nbsp; Is there a way I can direct one job to be done on HDisk1 and the second on HDisk2?&amp;nbsp; Any direction is appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:29:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Direct-I-O-traffic/m-p/795270#M255063</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2022-02-09T18:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Direct I/O traffic</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Direct-I-O-traffic/m-p/795299#M255072</link>
      <description>&lt;P&gt;If you are IO bound then it is your SAS WORK space that will be the bottleneck. Which drive does SAS WORK go to now? This will tell you where:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = work;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Typically you point to a different SAS WORK space in your SAS config file but it can be done as an option in the SAS batch command&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 19:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Direct-I-O-traffic/m-p/795299#M255072</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-09T19:21:31Z</dc:date>
    </item>
  </channel>
</rss>

