<?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 Infile / File Considerably Slower in 9.3 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60264#M6113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@SAS Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've recently migrated a project that bad been running with EG 4.3 / SAS 9.2 to EG 4.3 / SAS 9.3.&amp;nbsp; Overall, I've been very pleased with SAS 9.3 so far.&amp;nbsp; However, I've noticed drastically increased run times for data _null_ processes involving infile / file statements.&amp;nbsp; The first process uses a data _null_ with recfm=s and a file statement to pull a zip file from the internet byte for byte (well blocks of bytes) and the run time increased from less than 10 minutes to 30 minutes consistently.&amp;nbsp; The second process is converting a csv with some PERL functions to a cleaned txt file using the infile / file in a data _null_ as well.&amp;nbsp; The run time with this process increased from an average of 1 hour 30 mins to 2 hours 15 mins.&amp;nbsp; Considering nothing else has changed in our environent, I'm leaning towards the move to 9.3.&amp;nbsp; In addition, as I am seeing the same or less run times in every other process not involving infile / file, I'm specifically thinking a default system option changed impacting the buffer, blksize, etc.&amp;nbsp; I've messed with the blksize to see the same run times, but the file just waiting to write until it hits 1M instead of the default 8K.&amp;nbsp; Does anyone have any thoughts or possible changes made in 9.3 that could impact these processes?&amp;nbsp; At a minimum, I was hoping to compare the default options in 9.2 to 9.3 side by side.&amp;nbsp; As I don't have 9.2 installed or licensed anymore, would anyone be able to give me a Friday gift and output the 9.2 proc options results and attach to the thread?&amp;nbsp; A user in an environment with no custom options set in the sasv9.cfg or autoexec would obviously be the best case scenario, but I'll take anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 15:37:08 GMT</pubDate>
    <dc:creator>jklein_271</dc:creator>
    <dc:date>2011-09-02T15:37:08Z</dc:date>
    <item>
      <title>Infile / File Considerably Slower in 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60264#M6113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@SAS Experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've recently migrated a project that bad been running with EG 4.3 / SAS 9.2 to EG 4.3 / SAS 9.3.&amp;nbsp; Overall, I've been very pleased with SAS 9.3 so far.&amp;nbsp; However, I've noticed drastically increased run times for data _null_ processes involving infile / file statements.&amp;nbsp; The first process uses a data _null_ with recfm=s and a file statement to pull a zip file from the internet byte for byte (well blocks of bytes) and the run time increased from less than 10 minutes to 30 minutes consistently.&amp;nbsp; The second process is converting a csv with some PERL functions to a cleaned txt file using the infile / file in a data _null_ as well.&amp;nbsp; The run time with this process increased from an average of 1 hour 30 mins to 2 hours 15 mins.&amp;nbsp; Considering nothing else has changed in our environent, I'm leaning towards the move to 9.3.&amp;nbsp; In addition, as I am seeing the same or less run times in every other process not involving infile / file, I'm specifically thinking a default system option changed impacting the buffer, blksize, etc.&amp;nbsp; I've messed with the blksize to see the same run times, but the file just waiting to write until it hits 1M instead of the default 8K.&amp;nbsp; Does anyone have any thoughts or possible changes made in 9.3 that could impact these processes?&amp;nbsp; At a minimum, I was hoping to compare the default options in 9.2 to 9.3 side by side.&amp;nbsp; As I don't have 9.2 installed or licensed anymore, would anyone be able to give me a Friday gift and output the 9.2 proc options results and attach to the thread?&amp;nbsp; A user in an environment with no custom options set in the sasv9.cfg or autoexec would obviously be the best case scenario, but I'll take anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 15:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60264#M6113</guid>
      <dc:creator>jklein_271</dc:creator>
      <dc:date>2011-09-02T15:37:08Z</dc:date>
    </item>
    <item>
      <title>Infile / File Considerably Slower in 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60265#M6114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if the default settings for buffers have changed? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 20:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60265#M6114</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2011-09-02T20:20:56Z</dc:date>
    </item>
    <item>
      <title>Infile / File Considerably Slower in 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60266#M6115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any buffer system options that would apply to the infile / file processing?&amp;nbsp; I'm seeing a few that relate to datasets, view, indexes, etc.&amp;nbsp; Does anyone have any specific system options I should be focusing on for flat file processing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Sep 2011 00:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60266#M6115</guid>
      <dc:creator>jklein_271</dc:creator>
      <dc:date>2011-09-03T00:19:58Z</dc:date>
    </item>
    <item>
      <title>Infile / File Considerably Slower in 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60267#M6116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What happens when you try to read these files on the operating system, e.g. using shell/command scripts without SAS involved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, in your SAS data _null_ step, I'd try reading the files into a dataset without any processing. See how long that takes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 23:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Infile-File-Considerably-Slower-in-9-3/m-p/60267#M6116</guid>
      <dc:creator>boschy</dc:creator>
      <dc:date>2011-10-17T23:34:47Z</dc:date>
    </item>
  </channel>
</rss>

