<?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 SGPANEL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392222#M13418</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I used proc sgpanel to produce % frequency bar chart. Is there a way to&amp;nbsp;send the % in a dataset?? Note that the input data for proc sgpanel has the values as they are, no computing was done previuosly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2017 14:27:55 GMT</pubDate>
    <dc:creator>Jomaa</dc:creator>
    <dc:date>2017-08-31T14:27:55Z</dc:date>
    <item>
      <title>PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392222#M13418</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I used proc sgpanel to produce % frequency bar chart. Is there a way to&amp;nbsp;send the % in a dataset?? Note that the input data for proc sgpanel has the values as they are, no computing was done previuosly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392222#M13418</guid>
      <dc:creator>Jomaa</dc:creator>
      <dc:date>2017-08-31T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392232#M13421</link>
      <description>&lt;P&gt;The code below will get you the values that were computed for the chart:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output sgpanel=pct_data;
proc sgpanel data=sashelp.class;
panelby sex;
vbar age / response=weight stat=pct;
run;

proc print data=pct_data; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:49:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392232#M13421</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-08-31T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392233#M13422</link>
      <description>&lt;P&gt;The code below will get you the values that were computed for the chart:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods output sgpanel=pct_data;
proc sgpanel data=sashelp.class;
panelby sex;
vbar age / response=weight stat=pct;
run;

proc print data=pct_data; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:49:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392233#M13422</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-08-31T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392240#M13424</link>
      <description>Thanks so much Dan, appreciated your help</description>
      <pubDate>Thu, 31 Aug 2017 15:10:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPANEL/m-p/392240#M13424</guid>
      <dc:creator>Jomaa</dc:creator>
      <dc:date>2017-08-31T15:10:06Z</dc:date>
    </item>
  </channel>
</rss>

