<?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: Table Height 100% in Proc Report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500712#M21842</link>
    <description>&lt;P&gt;This is my code.&lt;/P&gt;&lt;P&gt;Like when we are using outwidth=100% in proc report at that time it adjust the report size width equal to page size width.&lt;/P&gt;&lt;P&gt;Similarly&amp;nbsp; i want the height of my report should be equal to page size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data m;
infile datalines dlm=',';
input name:$25. num ;
datalines;
ABCD,0.20
EFG,0.17
HIG,0.32
ghf,0.24
;
run;


goptions device=png;
ods powerpoint file='twotable.pptx' nogtitle nogfootnote;
ods layout gridded columns=2 column_widths=(50% 50%)  column_gutter=.1pct;
ods region ;
proc Report data=m
style(column)=[cellheight=2in]
style(report)={outputwidth=100%};
run;
ods region ;
proc Report data=m
style(report)={outputwidth=100%};
define name /style(column)={height=8pt};
run;
ods layout end;
ods powerpoint Close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 12:40:32 GMT</pubDate>
    <dc:creator>akash1088</dc:creator>
    <dc:date>2018-10-02T12:40:32Z</dc:date>
    <item>
      <title>Table Height 100% in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500696#M21840</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is there any option in proc report for 100% height.&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500696#M21840</guid>
      <dc:creator>akash1088</dc:creator>
      <dc:date>2018-10-02T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Height 100% in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500706#M21841</link>
      <description>&lt;P&gt;What do you mean by 100% height?&amp;nbsp; To what destination also?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:27:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500706#M21841</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-02T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Height 100% in Proc Report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500712#M21842</link>
      <description>&lt;P&gt;This is my code.&lt;/P&gt;&lt;P&gt;Like when we are using outwidth=100% in proc report at that time it adjust the report size width equal to page size width.&lt;/P&gt;&lt;P&gt;Similarly&amp;nbsp; i want the height of my report should be equal to page size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data m;
infile datalines dlm=',';
input name:$25. num ;
datalines;
ABCD,0.20
EFG,0.17
HIG,0.32
ghf,0.24
;
run;


goptions device=png;
ods powerpoint file='twotable.pptx' nogtitle nogfootnote;
ods layout gridded columns=2 column_widths=(50% 50%)  column_gutter=.1pct;
ods region ;
proc Report data=m
style(column)=[cellheight=2in]
style(report)={outputwidth=100%};
run;
ods region ;
proc Report data=m
style(report)={outputwidth=100%};
define name /style(column)={height=8pt};
run;
ods layout end;
ods powerpoint Close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Table-Height-100-in-Proc-Report/m-p/500712#M21842</guid>
      <dc:creator>akash1088</dc:creator>
      <dc:date>2018-10-02T12:40:32Z</dc:date>
    </item>
  </channel>
</rss>

