<?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: i get the following warning when using proc boxplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/i-get-the-following-warning-when-using-proc-boxplot/m-p/153723#M5727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I noticed this as well when I looked at this proc.&amp;nbsp; Probably a limitation in that procedure.&amp;nbsp; TBH I would change this over to use SGPLOT or GTL.&amp;nbsp; &lt;BR /&gt;proc sgplot data=xxx noautolegend;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox aval / group=grp_var grouporder=data boxwidth=0.5 category=cat_var spread name="BOX";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Or&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph box;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph /;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BoxPlot X=x_var Y=y_var/ _SortOrder_=Internal primary=true Group=grp_var spread=true boxWidth=0.5 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 12:41:05 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2014-09-22T12:41:05Z</dc:date>
    <item>
      <title>i get the following warning when using proc boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/i-get-the-following-warning-when-using-proc-boxplot/m-p/153722#M5726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WARNING: Group variable values will be truncated to 32 characters.&lt;/P&gt;&lt;P&gt;WARNING: Formatted subgroup variable values will be truncated to 32 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i get this warning when using proc boxplot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol value=dot color=salmon;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; proc boxplot data=endp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plot rbw * treatlbl / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cboxes&amp;nbsp;&amp;nbsp; = dagr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cboxfill = ywh;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label&amp;nbsp; rbw = 'Relative Body Weight&amp;nbsp; change (%)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/i-get-the-following-warning-when-using-proc-boxplot/m-p/153722#M5726</guid>
      <dc:creator>VRD</dc:creator>
      <dc:date>2014-09-22T12:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: i get the following warning when using proc boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/i-get-the-following-warning-when-using-proc-boxplot/m-p/153723#M5727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I noticed this as well when I looked at this proc.&amp;nbsp; Probably a limitation in that procedure.&amp;nbsp; TBH I would change this over to use SGPLOT or GTL.&amp;nbsp; &lt;BR /&gt;proc sgplot data=xxx noautolegend;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox aval / group=grp_var grouporder=data boxwidth=0.5 category=cat_var spread name="BOX";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Or&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph box;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph /;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BoxPlot X=x_var Y=y_var/ _SortOrder_=Internal primary=true Group=grp_var spread=true boxWidth=0.5 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 12:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/i-get-the-following-warning-when-using-proc-boxplot/m-p/153723#M5727</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-09-22T12:41:05Z</dc:date>
    </item>
  </channel>
</rss>

