<?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 Proc univariate will not stop running in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282137#M311413</link>
    <description>&lt;P&gt;Proc univariate will not stop running. It may have something to do with the changes I made in options. However, not sure what those changes were. Can someone help me reset SAS to its original settings? I'm using version 9.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I get is: PROC UNIVARIATE is currently executing. All subsequently submitted statements will not begin executing until its completion.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 13:30:22 GMT</pubDate>
    <dc:creator>drosh</dc:creator>
    <dc:date>2016-07-05T13:30:22Z</dc:date>
    <item>
      <title>Proc univariate will not stop running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282137#M311413</link>
      <description>&lt;P&gt;Proc univariate will not stop running. It may have something to do with the changes I made in options. However, not sure what those changes were. Can someone help me reset SAS to its original settings? I'm using version 9.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I get is: PROC UNIVARIATE is currently executing. All subsequently submitted statements will not begin executing until its completion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282137#M311413</guid>
      <dc:creator>drosh</dc:creator>
      <dc:date>2016-07-05T13:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate will not stop running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282166#M311414</link>
      <description>&lt;P&gt;Not the friendliest approach but terminate the SAS session if it is taking too long. Settings are unlikely to be involved unless you are accessing output to a network location with slow response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before re-running your proc univariate take a look at the dataset with either proc contents or the explorer.&lt;/P&gt;
&lt;P&gt;If there are many records and many variables the time is often actually associated with building the results tabless and requested graphs.&lt;/P&gt;
&lt;P&gt;Consider if you need all of the variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It often helps to post the code of anything submitted causing performance issues as suggestions without details often lead to lots of responses of "I am not using that option". With the submitted code then fewer guesses are involved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 15:06:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282166#M311414</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-05T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate will not stop running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282169#M311415</link>
      <description>Here is the code I was running. There is nothing fancy in it.&lt;BR /&gt;&lt;BR /&gt;proc univariate data = sasuser.salary;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Tue, 05 Jul 2016 15:10:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282169#M311415</guid>
      <dc:creator>drosh</dc:creator>
      <dc:date>2016-07-05T15:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate will not stop running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282212#M311416</link>
      <description>&lt;P&gt;How many records are in the dataset? How many numeric variables?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282212#M311416</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-05T17:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc univariate will not stop running</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282218#M311417</link>
      <description>I have corrected the issue, it was due to the scroll lines in output not&lt;BR /&gt;being set to zero.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Tue, 05 Jul 2016 17:19:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-univariate-will-not-stop-running/m-p/282218#M311417</guid>
      <dc:creator>drosh</dc:creator>
      <dc:date>2016-07-05T17:19:02Z</dc:date>
    </item>
  </channel>
</rss>

