<?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 ERROR: Procedure UNIVARIATE not found. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/437608#M4648</link>
    <description>&lt;DIV class="tw-ta-container tw-nfl"&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;Hello,
I have a problem with "UNIVARIATE".
Indeed, I try to use this method via studio. I made a copy and paste of the example which is on the site namely:&lt;BR /&gt;data BPressure;&lt;BR /&gt; length PatientID $2;&lt;BR /&gt; input PatientID $ Systolic Diastolic @@;&lt;BR /&gt; datalines;&lt;BR /&gt;CK 120 50 SS 96 60 FR 100 70&lt;BR /&gt;CP 120 75 BL 140 90 ES 120 70&lt;BR /&gt;CP 165 110 JI 110 40 MC 119 66&lt;BR /&gt;FC 125 76 RW 133 60 KD 108 54&lt;BR /&gt;DS 110 50 JW 130 80 BH 120 65&lt;BR /&gt;JW 134 80 SB 118 76 NS 122 78&lt;BR /&gt;GS 122 70 AB 122 78 EC 112 62&lt;BR /&gt;HH 122 82&lt;BR /&gt;;&lt;BR /&gt;title 'Systolic and Diastolic Blood Pressure';&lt;BR /&gt;ods select BasicMeasures Quantiles;&lt;BR /&gt;proc univariate data=BPressure;&lt;BR /&gt; var Systolic Diastolic;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;I get this error : "error : procedure UNIVARIATE not found".&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-medium"&gt;&lt;SPAN&gt;Do you have any solutions ? &lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Feb 2018 14:55:09 GMT</pubDate>
    <dc:creator>mariepierre96</dc:creator>
    <dc:date>2018-02-15T14:55:09Z</dc:date>
    <item>
      <title>ERROR: Procedure UNIVARIATE not found.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/437608#M4648</link>
      <description>&lt;DIV class="tw-ta-container tw-nfl"&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;Hello,
I have a problem with "UNIVARIATE".
Indeed, I try to use this method via studio. I made a copy and paste of the example which is on the site namely:&lt;BR /&gt;data BPressure;&lt;BR /&gt; length PatientID $2;&lt;BR /&gt; input PatientID $ Systolic Diastolic @@;&lt;BR /&gt; datalines;&lt;BR /&gt;CK 120 50 SS 96 60 FR 100 70&lt;BR /&gt;CP 120 75 BL 140 90 ES 120 70&lt;BR /&gt;CP 165 110 JI 110 40 MC 119 66&lt;BR /&gt;FC 125 76 RW 133 60 KD 108 54&lt;BR /&gt;DS 110 50 JW 130 80 BH 120 65&lt;BR /&gt;JW 134 80 SB 118 76 NS 122 78&lt;BR /&gt;GS 122 70 AB 122 78 EC 112 62&lt;BR /&gt;HH 122 82&lt;BR /&gt;;&lt;BR /&gt;title 'Systolic and Diastolic Blood Pressure';&lt;BR /&gt;ods select BasicMeasures Quantiles;&lt;BR /&gt;proc univariate data=BPressure;&lt;BR /&gt; var Systolic Diastolic;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;I get this error : "error : procedure UNIVARIATE not found".&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-medium"&gt;&lt;SPAN&gt;Do you have any solutions ? &lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/437608#M4648</guid>
      <dc:creator>mariepierre96</dc:creator>
      <dc:date>2018-02-15T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure UNIVARIATE not found.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/437646#M4652</link>
      <description>&lt;P&gt;Sounds like someone didn't install SAS properly or there's an error somewhere else.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I'd start by restarting SAS, make sure you can replicate the error and then talk to whomever installed SAS or is responsible for the administration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/193608"&gt;@mariepierre96&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;DIV class="tw-ta-container tw-nfl"&gt;
&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;Hello,
I have a problem with "UNIVARIATE".
Indeed, I try to use this method via studio. I made a copy and paste of the example which is on the site namely:&lt;BR /&gt;data BPressure;&lt;BR /&gt; length PatientID $2;&lt;BR /&gt; input PatientID $ Systolic Diastolic @@;&lt;BR /&gt; datalines;&lt;BR /&gt;CK 120 50 SS 96 60 FR 100 70&lt;BR /&gt;CP 120 75 BL 140 90 ES 120 70&lt;BR /&gt;CP 165 110 JI 110 40 MC 119 66&lt;BR /&gt;FC 125 76 RW 133 60 KD 108 54&lt;BR /&gt;DS 110 50 JW 130 80 BH 120 65&lt;BR /&gt;JW 134 80 SB 118 76 NS 122 78&lt;BR /&gt;GS 122 70 AB 122 78 EC 112 62&lt;BR /&gt;HH 122 82&lt;BR /&gt;;&lt;BR /&gt;title 'Systolic and Diastolic Blood Pressure';&lt;BR /&gt;ods select BasicMeasures Quantiles;&lt;BR /&gt;proc univariate data=BPressure;&lt;BR /&gt; var Systolic Diastolic;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&lt;SPAN&gt;I get this error : "error : procedure UNIVARIATE not found".&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-ta tw-text-medium"&gt;&lt;SPAN&gt;Do you have any solutions ? &lt;BR /&gt;Thanks.&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE class="tw-data-text tw-ta tw-text-small"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 15:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/437646#M4652</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-15T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure UNIVARIATE not found.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/438885#M4677</link>
      <description>Hi,&lt;BR /&gt;I forgot to mention that I used sas studio online &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;. So I didn't install anything</description>
      <pubDate>Wed, 21 Feb 2018 08:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/438885#M4677</guid>
      <dc:creator>mariepierre96</dc:creator>
      <dc:date>2018-02-21T08:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Procedure UNIVARIATE not found.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/438965#M4678</link>
      <description>&lt;P&gt;Try it again and confirm the error please and post your exact code and log. Assuming you're using Academics on Demand then you should have PROC UNIVARIATE.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 15:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/ERROR-Procedure-UNIVARIATE-not-found/m-p/438965#M4678</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-21T15:40:51Z</dc:date>
    </item>
  </channel>
</rss>

