<?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: Print output onto the same page in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32569#M7854</link>
    <description>Thanks Cynthia.&lt;BR /&gt;
&lt;BR /&gt;
I'm actually just outputting to the 'Output' window in my SAS application.&lt;BR /&gt;
&lt;BR /&gt;
Do you know if there is an option for the 'Output' window?&lt;BR /&gt;
&lt;BR /&gt;
John

Message was edited by: JohnI</description>
    <pubDate>Fri, 18 Dec 2009 19:02:55 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-18T19:02:55Z</dc:date>
    <item>
      <title>Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32567#M7852</link>
      <description>Hi.  I'd like to know how to have print output come to the same page.&lt;BR /&gt;
&lt;BR /&gt;
If I run the code below, I get the output on two separate pages.  Is there an option that will allow for these to show up one after the other on the same page?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;BR /&gt;
&lt;BR /&gt;
title 'Input Values';&lt;BR /&gt;
proc print data=inputs noobs width=full;&lt;BR /&gt;
   format  InputX InputY InputZ 10.3;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
title 'Measured Values';&lt;BR /&gt;
proc print data=measured noobs width=full;&lt;BR /&gt;
   format  X Y Z 10.3;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 18 Dec 2009 17:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32567#M7852</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-18T17:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32568#M7853</link>
      <description>Hi:  &lt;BR /&gt;
  What is your destination of choice? For RTF and PDF, your choices are to use the STARTPAGE=NO option.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods pdf file='myoutfile.pdf' startpage=no;&lt;BR /&gt;
ods rtf file='myoutfile.rtf' startpage=no;&lt;BR /&gt;
                   &lt;BR /&gt;
title 'Input Values';&lt;BR /&gt;
proc print data=inputs noobs width=full;&lt;BR /&gt;
format InputX InputY InputZ 10.3;&lt;BR /&gt;
run;&lt;BR /&gt;
                                       &lt;BR /&gt;
title 'Measured Values';&lt;BR /&gt;
proc print data=measured noobs width=full;&lt;BR /&gt;
format X Y Z 10.3;&lt;BR /&gt;
run; &lt;BR /&gt;
ods _all_ close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Fri, 18 Dec 2009 17:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32568#M7853</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-18T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32569#M7854</link>
      <description>Thanks Cynthia.&lt;BR /&gt;
&lt;BR /&gt;
I'm actually just outputting to the 'Output' window in my SAS application.&lt;BR /&gt;
&lt;BR /&gt;
Do you know if there is an option for the 'Output' window?&lt;BR /&gt;
&lt;BR /&gt;
John

Message was edited by: JohnI</description>
      <pubDate>Fri, 18 Dec 2009 19:02:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32569#M7854</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-18T19:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32570#M7855</link>
      <description>Hi:&lt;BR /&gt;
   Not as easily. You could try something like the FORMDLIM option, &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000279106.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000279106.htm&lt;/A&gt;&lt;BR /&gt;
and, as described here&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/22/205.html" target="_blank"&gt;http://support.sas.com/kb/22/205.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If you use PROC TABULATE, the CONDENSE option will put multiple logical pages onto a physical page. Or you could switch to ODS HTML, which will only show a horizontal rule or divider under each output (instead of page breaks).&lt;BR /&gt;
 &lt;BR /&gt;
  I don't know many folks who worry about how the reports look in the Output window anymore -- most of my students use the Output window to "desk check" their results and then turn off the Output window (ODS LISTING CLOSE;) in order to send their results to ODS HTML, ODS RTF or ODS PDF.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 18 Dec 2009 23:08:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32570#M7855</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-12-18T23:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32571#M7856</link>
      <description>John,&lt;BR /&gt;
the output window of SAS has useful options in the tools menu..Under &lt;BR /&gt;
/tools&lt;BR /&gt;
/ . options&lt;BR /&gt;
/ . . output&lt;BR /&gt;
: on the "Display" tab, just uncheck that "page mode" setting&lt;BR /&gt;
 &lt;BR /&gt;
you'll get an indication of the line break that takes only one line.&lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Sat, 19 Dec 2009 11:01:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32571#M7856</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2009-12-19T11:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Print output onto the same page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32572#M7857</link>
      <description>Thanks Peter and Cynthia.&lt;BR /&gt;
&lt;BR /&gt;
Peter's suggestion is fine since I'm only looking to make it convenient to view simulation input and the measurement while testing various scenarios.  Sorry, I guess I didn't pose the problem very well.&lt;BR /&gt;
&lt;BR /&gt;
On my version (8.2 on Windows) the way to change the Page Mode is:&lt;BR /&gt;
&lt;BR /&gt;
/Tools&lt;BR /&gt;
/. Options&lt;BR /&gt;
/.. Editor...&lt;BR /&gt;
&lt;BR /&gt;
Then select 'Browse Option' from the pull down&lt;BR /&gt;
Then change the 'PAGE' option from Yes to No.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,  John</description>
      <pubDate>Mon, 21 Dec 2009 15:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Print-output-onto-the-same-page/m-p/32572#M7857</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-21T15:57:18Z</dc:date>
    </item>
  </channel>
</rss>

