<?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: PROC SGPANEL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448382#M112776</link>
    <description>&lt;P&gt;Did you specify the graph size anywhere?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, that would be the starter option. Use the ODS GRAPHICS statement to do that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options orientation=landscape;
ods graphics / width=8in height=5in;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Orientation will also control the landscape/portrait of the page.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Mar 2018 02:45:09 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-03-24T02:45:09Z</dc:date>
    <item>
      <title>PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448369#M112774</link>
      <description>&lt;P&gt;How make output on one page, in my output title on first box on second and also have 3th empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgpanel data=box;&lt;BR /&gt;title &amp;amp;var2;&lt;BR /&gt;panelby ANALYTE_FULL/novarname sparse;&lt;BR /&gt;vbox &amp;amp;var1 / group=tmt groupdisplay=cluster clusterwidth=1;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 23:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448369#M112774</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-03-23T23:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448382#M112776</link>
      <description>&lt;P&gt;Did you specify the graph size anywhere?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, that would be the starter option. Use the ODS GRAPHICS statement to do that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options orientation=landscape;
ods graphics / width=8in height=5in;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Orientation will also control the landscape/portrait of the page.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 02:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448382#M112776</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-24T02:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448383#M112777</link>
      <description>yes by px 750 900&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Mar 2018 03:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448383#M112777</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-03-24T03:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPANEL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448387#M112778</link>
      <description>&lt;P&gt;I can only try to guess what the difficulty might be... Here is an example; is it close to what you want?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let myTitle=Some Title Text;

proc sgpanel data=sashelp.class;
title "&amp;amp;myTitle"; 
panelby sex / onepanel columns=3 novarname;
vbox age;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SGPanel2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19429iD5B49D1BA7644ED4/image-size/large?v=v2&amp;amp;px=999" role="button" title="SGPanel2.png" alt="SGPanel2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 03:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SGPANEL/m-p/448387#M112778</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-03-24T03:52:53Z</dc:date>
    </item>
  </channel>
</rss>

