<?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: Syntax error on Proc Boxplot in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126553#M34748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like ANY names are not supported by PROC BOXPLOT.&amp;nbsp; I see RENAME in your future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2013 22:48:21 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-01-15T22:48:21Z</dc:date>
    <item>
      <title>Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126550#M34745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what the problem is here.&amp;nbsp; Someone please advise.&amp;nbsp; Numeric variable 50501 definitely exists in the data set.&amp;nbsp; As does Combo, a character variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;proc&lt;/SPAN&gt; &lt;SPAN class="GRnoSuggestion GRcorrect"&gt;boxplot&lt;/SPAN&gt; data=nicholas&lt;SPAN class="GRcorrect"&gt;.&lt;/SPAN&gt;_21603_;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;plot&lt;/SPAN&gt; '50501'n * Combo /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: a name, (.&lt;/P&gt;&lt;P&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;boxstyle=skeletal&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;nohlabel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;boxconnect=q3&lt;/P&gt;&lt;P&gt;cconnect=blue&lt;/P&gt;&lt;P&gt;boxwidthscale=1&lt;/P&gt;&lt;P&gt;clipfactor=1&lt;SPAN class="GRcorrect"&gt;.&lt;/SPAN&gt;5&lt;/P&gt;&lt;P&gt;clipsymbol=dot&lt;/P&gt;&lt;P&gt;outhistory=nicholas&lt;SPAN class="GRcorrect"&gt;.&lt;/SPAN&gt;history&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;grid&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;insetgroup&lt;/SPAN&gt; n;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;run&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 22:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126550#M34745</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2013-01-15T22:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126551#M34746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the setting of the system option VALIDVARNAME?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 22:34:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126551#M34746</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-01-15T22:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126552#M34747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GRcorrect"&gt;options&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;validvarname=any&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 22:36:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126552#M34747</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2013-01-15T22:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126553#M34748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like ANY names are not supported by PROC BOXPLOT.&amp;nbsp; I see RENAME in your future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 22:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126553#M34748</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-01-15T22:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126554#M34749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well!&amp;nbsp; Does that suck, or what.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 23:26:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126554#M34749</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2013-01-15T23:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error on Proc Boxplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126555#M34750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep.&amp;nbsp; Turns out renaming &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;'50501'n&lt;/SPAN&gt; to v50501 allowed the box plots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd call that a bug.&amp;nbsp; Only time so far when a &lt;SPAN class="GRcorrect"&gt;proc&lt;/SPAN&gt; failed to recognize &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;'50501'n&lt;/SPAN&gt; as a legitimate variable.&amp;nbsp; Every other &lt;SPAN class="GRcorrect"&gt;proc&lt;/SPAN&gt; handled it as it was supposed to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 23:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Syntax-error-on-Proc-Boxplot/m-p/126555#M34750</guid>
      <dc:creator>NKormanik</dc:creator>
      <dc:date>2013-01-15T23:53:10Z</dc:date>
    </item>
  </channel>
</rss>

