<?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: How to create proc report output in a single page in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853643#M890</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427929"&gt;@sah_biostat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I need to display front page along with this output.As of now I am just giving only one ods rtf statement for both but now i don't want to apply column=2 options in the front page .So, I need to write another ods statement for this. Is this possible to get both ods outputs in the same file??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Still do not see &lt;STRONG&gt;any&lt;/STRONG&gt; example of &lt;STRONG&gt;your&lt;/STRONG&gt; complete code. We need to know all of the options that your are currently using for your ODS destination.&lt;/P&gt;
&lt;P&gt;What is "front page"? How is that produced? This stuff interacts and without &lt;STRONG&gt;all of the pieces&lt;/STRONG&gt; you are making it extremely difficult to understand what you have and what you want for output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have indicated you have 200 rows of output to place on a single page. But how much space is left after you create "Front page", what ever that may be? Then there gets to be how much space between the "front page" and the 200 lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 10:13:50 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-01-13T10:13:50Z</dc:date>
    <item>
      <title>How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853511#M878</link>
      <description>I have used panel =option.But it doesn't work since I am generating RTF report.&lt;BR /&gt;Can anybody please throw some light on how can we create proc report output in single page with different columns?&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Thu, 12 Jan 2023 17:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853511#M878</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-12T17:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853515#M879</link>
      <description>&lt;P&gt;If you have an issue with not all columns being printed side-by-side, use &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lesysoptsref/n1ieb4hg6fijzon1slcsyiqu7972.htm" target="_blank" rel="noopener"&gt;OPTIONS PAPERSIZE&lt;/A&gt;&amp;nbsp;to set a size that will accommodate your columns.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:28:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853515#M879</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-01-12T17:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853519#M880</link>
      <description>&lt;P&gt;It almost never hurts to include your code. With RTF output you want to include all the ODS RTF (or Tagsets.RTF) options as well as Proc Report code. Better would be include data in the form of a working data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By "single page" do you mean you current report is only wrapping columns because of width or is it also too long to fit the number of rows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appearance such as smaller fonts might suffice if we are only talking one or two columns. Try a different ODS style such as Meadow if you are using the default RTF style.&lt;/P&gt;
&lt;P&gt;Column headings might make columns wider than needed and the SPLIT option might help.&lt;/P&gt;
&lt;P&gt;Did you define widths larger than needed to display the actual values?&lt;/P&gt;
&lt;P&gt;Options like Cellpadding can reduce white space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And others, which is why I suggest the code you use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853519#M880</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-12T17:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853522#M881</link>
      <description>Thank you so much for your swift reply and for apt explanation.&lt;BR /&gt;Actually my table is having only two columns with 200 observation(for this request but in future number can increase).&lt;BR /&gt;My query here is,as this is client requirement to see all the values in the one page like these 200 observation should populate side by side in one page.&lt;BR /&gt;Is this possible?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2023 17:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853522#M881</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-12T17:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853537#M882</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427929"&gt;@sah_biostat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thank you so much for your swift reply and for apt explanation.&lt;BR /&gt;Actually my table is having only two columns with 200 observation(for this request but in future number can increase).&lt;BR /&gt;My query here is,as this is client requirement to see all the values in the one page like these 200 observation should populate side by side in one page.&lt;BR /&gt;Is this possible?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;One thing I have done in the past is to use work processor tools to display a table in more than one column for a table.&lt;/P&gt;
&lt;P&gt;Again, suggest showing your current code.&lt;/P&gt;
&lt;P&gt;And perhaps &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; might have an idea on how to modify that code.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 18:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853537#M882</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-12T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853586#M884</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented your inputs but still getting the output in 3 pages.As of now i have tried on 50 observations. As per the request we need the output in only 2 pages(one is the front page and another is for the all observations).In my output I am getting 26 observations in one page and 24 observations in the other.My requirement here is to get all the observations in one page side by side.&lt;/P&gt;&lt;P&gt;I am putting simple code of mine here only for this particular not for the front page since i cannot see any issues on the front page. For safety reasons I have masked the words of the column headers but the length is same.&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;options ps=max ls=max papersize=max;
proc report data=final style(report)={cellpadding=5};
column order spid;
define order /display "xxxxx to select the xxxxxxxx" STYLE (HEADER) = {JUST=C CELLWIDTH=10%};
define spid /display "xxxxxxxx xxxxxx from the xxxxxxx list of the xxxx" STYLE (HEADER) = {JUST=C CELLWIDTH=10%};
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 22:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853586#M884</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-12T22:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853587#M885</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I have used the papersize option but no use.&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 22:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853587#M885</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-12T22:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853592#M886</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427929"&gt;@sah_biostat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;BR /&gt;My query here is,as this is client requirement to see all the values in the one page like these 200 observation should populate side by side in one page.&lt;BR /&gt;Is this possible?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by side by side?&lt;/P&gt;
&lt;P&gt;What happens if you use the COLUMNS option on the ODS RTF statement and don't modify your PROC REPORT? It takes up 3 pages, so now you need to modify the margin sizes and or font sizes and padding to get it to fit on 2 pages. Or depending on the width of the data go to three columns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file='/home/fkhurshed/Demo1/demo.rtf' columns=2;

proc report data=sashelp.cars (obs=200) style(report)={cellpadding=5};;
columns make mpg_highway;
define make/display;
define mpg_highway/ display;
run;

ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jan 2023 23:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853592#M886</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-12T23:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853599#M887</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Panels is a PROC REPORT option that is a LISTING only option, so it won't work with ODS RTF. However, both RTF and PDF support the COLUMNS= option, which is what I used to print these 2 pages from some fake data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1673567330886.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79333i1FB5510E3B417068/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1673567330886.png" alt="Cynthia_sas_0-1673567330886.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And you will notice that on a letter sized (8.5x11) page, with an 8pt font and a cellpadding of 3px, I can get approximately 60 rows on a page and with columns=2 option turned on, I can get approximately 120 rows per page. I used a very basic version of your code but took out the percent specification for headers because I find it better to not try to overcontrol column widths until I get most of the report the way I want. It was pretty clear from the OP that the existing code did not really work. So I started very basic. Of course, any change in cellpadding or font size is going to change the number of rows and columns that can fit on a page. Also, for options, I prefer to specify my own margins after I specify a papersize. I chose letter because I may want to print this and letter is the size of paper in my printer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here's the code I used to get 2 pages with 2 columns per page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1673567726765.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79334i56962EFFEC656CE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1673567726765.png" alt="Cynthia_sas_1-1673567726765.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I tried with columns=4 as the only change on the ODS RTF statement and with that same font size (8pt) I was able to get all 200 rows on 1 page:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_2-1673567857848.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79335i9CCD209AFA3F5D25/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_2-1673567857848.png" alt="Cynthia_sas_2-1673567857848.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, I think that going back to some of the basic ODS RTF options and not trying to use LISTING options and changing your font size should allow you to get either 2 pages or 1 page for your 200 rows.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 23:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853599#M887</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-01-12T23:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853636#M888</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;for your explanation.The output which you are getting is my desired one. But, here I have front page also to display but i don't want column=2 option there and need to print both outputs in the same file.&lt;/P&gt;&lt;P&gt;As of now I am just giving only ods rtf to the both reports if i need to give column=2 option then I need to write another ods rtf statement for my final data but how can I print both outputs in the same file?&lt;/P&gt;&lt;P&gt;Hope you understand my query here.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 09:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853636#M888</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T09:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853637#M889</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually I need to display front page along with this output.As of now I am just giving only one ods rtf statement for both but now i don't want to apply column=2 options in the front page .So, I need to write another ods statement for this. Is this possible to get both ods outputs in the same file??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 09:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853637#M889</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853643#M890</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/427929"&gt;@sah_biostat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I need to display front page along with this output.As of now I am just giving only one ods rtf statement for both but now i don't want to apply column=2 options in the front page .So, I need to write another ods statement for this. Is this possible to get both ods outputs in the same file??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Still do not see &lt;STRONG&gt;any&lt;/STRONG&gt; example of &lt;STRONG&gt;your&lt;/STRONG&gt; complete code. We need to know all of the options that your are currently using for your ODS destination.&lt;/P&gt;
&lt;P&gt;What is "front page"? How is that produced? This stuff interacts and without &lt;STRONG&gt;all of the pieces&lt;/STRONG&gt; you are making it extremely difficult to understand what you have and what you want for output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You have indicated you have 200 rows of output to place on a single page. But how much space is left after you create "Front page", what ever that may be? Then there gets to be how much space between the "front page" and the 200 lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:13:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853643#M890</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-13T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853663#M891</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Front page is just related to title of the project and basic demographic data in a table.I don't want front page output and final output in a single page.I need output in 2 pages one is front page another is the actual output. So, here&amp;nbsp;&lt;SPAN&gt;space left after creating "Front page" doesn't matter I guess.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;options nodate validvarname=any; 
ods rtf file="&amp;amp;out.\&amp;amp;a..rtf";
proc report data=front_page noheader center;
run;
ods escapechar='^';
ods text=" ";
ods text="^S={color=red width=100% just=c}xxxxxxxxxxxxxxx";

options papersize=letter topmargin=.5in rightmargin=.5in leftmargin=.5in
proc report data=final 
style(report)={cellpadding=3px}
style(column)={font_size=8pt};
column order spid;
define order /display "xxxxx to select the xxxxxxxx" STYLE (HEADER) = {JUST=C CELLWIDTH=10%};
define spid /display "xxxxxxxx xxxxxx from the xxxxxxx list of the xxxx" STYLE (HEADER) = {JUST=C CELLWIDTH=10%};
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here for getting desired output i need to give column=2 in the ods statement before final dataset's proc repport.If I write the ods statement there I don't get two outputs in the same file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853663#M891</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T11:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853670#M893</link>
      <description>&lt;P&gt;Not sure what the ODS text is for but see if this helps at all. Removed the cell widths as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; suggests to get the content first then play with appearance.&lt;/P&gt;
&lt;PRE&gt;options nodate validvarname=any; 
ods rtf file="&amp;amp;out.\&amp;amp;a..rtf";
proc report data=front_page noheader center;
run;
ods escapechar='^';

ods rtf columns=4;

options papersize=letter topmargin=.5in rightmargin=.5in leftmargin=.5in
proc report data=final 
style(report)={cellpadding=3px}
style(column)={font_size=8pt};
column order spid;
define order /display "xxxxx to select the xxxxxxxx" STYLE (HEADER) = {JUST=C };
define spid /display "xxxxxxxx xxxxxx from the xxxxxxx list of the xxxx" STYLE (HEADER) = {JUST=C };
run;
ods rtf close;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:12:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853670#M893</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-13T11:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853695#M894</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As suggested,I have checked by giving&amp;nbsp;ods rtf columns=4 statement yes it is working now need to change the font settings of the column headers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for investing your valuable time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 13:22:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853695#M894</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853703#M895</link>
      <description>&lt;P&gt;Thanks for your time everyone. Inputs from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;helps me to get the desired output.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 13:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853703#M895</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853721#M896</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I'm not exactly clear what you want. I can do something like this if I have my desired report title or front page in a SAS dataset:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1673619967765.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79366i2F9CDC85148A9D72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1673619967765.png" alt="Cynthia_sas_0-1673619967765.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The first page was created with the columns=1 option and then the second page was created with columns=4, like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1673620459251.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79369iDBB15FC77A38D65E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1673620459251.png" alt="Cynthia_sas_1-1673620459251.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note also that I turned page numbers off for the "title" page and then turned them back on for the page with the 4 columns. I used ODS ESCAPECHAR and the NEWLINE function to insert some extra space into the "title" page.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 14:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853721#M896</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-01-13T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create proc report output in a single page</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853736#M897</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue got resolved by using column option and using ods rtf columns=max statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sahithi&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 15:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/How-to-create-proc-report-output-in-a-single-page/m-p/853736#M897</guid>
      <dc:creator>sah_biostat</dc:creator>
      <dc:date>2023-01-13T15:15:52Z</dc:date>
    </item>
  </channel>
</rss>

