<?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 Re: Sudden slowness in data steps while procedures run at normal speed in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752285#M22554</link>
    <description>&lt;P&gt;Please post the log of running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 06 Jul 2021 12:54:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-07-06T12:54:40Z</dc:date>
    <item>
      <title>Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752282#M22553</link>
      <description>&lt;P&gt;Programs that were running fine and now taking hours to run.&amp;nbsp; The problem is restricted to data steps.&amp;nbsp; My processing is local after the first step when I retrieve a permanent data step via a VPN connection to a central file server.&amp;nbsp; All subsequent data steps are in the work directory which is mapped to the C drive in my laptop.&amp;nbsp; Datasteps that were taking 0.04 seconds of real time and 0.06 seconds of CPU time are now taking 5+ minutes of real time and 8+seconds of CPU time.&amp;nbsp; Something is clearly interfering.&amp;nbsp; If it were anti-malware or actual malware, it would probably impact both data steps and procedure calls.&amp;nbsp; So I am thinking that SAS is trying to communicate with the remote file server even though it was not asked to do so.&amp;nbsp; Any way to check out this theory?&amp;nbsp; Other solutions?&amp;nbsp; The files involved are small, and the temporary SAS datasets appear to be of reasonable size.&amp;nbsp; No sign of exhausting virtual drive space.&amp;nbsp; Running SAS 9.4 TS Level 1M6. X64_10Pro platform.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 12:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752282#M22553</guid>
      <dc:creator>polarjud</dc:creator>
      <dc:date>2021-07-06T12:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752285#M22554</link>
      <description>&lt;P&gt;Please post the log of running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data class;
set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Jul 2021 12:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752285#M22554</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-06T12:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752294#M22555</link>
      <description>&lt;P&gt;Well, that ran at normal speed.&amp;nbsp; Strange.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data class;&lt;BR /&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;BR /&gt;NOTE: The data set WORK.CLASS has 19 observations and 5 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752294#M22555</guid>
      <dc:creator>polarjud</dc:creator>
      <dc:date>2021-07-06T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752300#M22556</link>
      <description>&lt;P&gt;Is it just the first Data step (the one that moves data from the permanent SAS data file locally) that is slow?&amp;nbsp; Or are all the Data steps after you move your data local slow?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752300#M22556</guid>
      <dc:creator>MargaretC</dc:creator>
      <dc:date>2021-07-06T13:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752303#M22557</link>
      <description>&lt;P&gt;Okay, I figured out the issue.&amp;nbsp; It was a bad format search.&amp;nbsp; Thanks for the help, Kurt!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:12:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752303#M22557</guid>
      <dc:creator>polarjud</dc:creator>
      <dc:date>2021-07-06T13:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752304#M22558</link>
      <description>&lt;P&gt;All of them, but I figured out the issue.&amp;nbsp; It was a bad format search option.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752304#M22558</guid>
      <dc:creator>polarjud</dc:creator>
      <dc:date>2021-07-06T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752305#M22559</link>
      <description>&lt;P&gt;Oh yes, those can have dire consequences. Especially the messages from SQL can be very interesting.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:18:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752305#M22559</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-07-06T13:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sudden slowness in data steps while procedures run at normal speed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752307#M22560</link>
      <description>&lt;P&gt;My format catalogs are stored on the remote server.&amp;nbsp; Is there some easy way to create copies of them in the work library at the start of a job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Sudden-slowness-in-data-steps-while-procedures-run-at-normal/m-p/752307#M22560</guid>
      <dc:creator>polarjud</dc:creator>
      <dc:date>2021-07-06T13:25:30Z</dc:date>
    </item>
  </channel>
</rss>

