<?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: set page break options in sas enterprise in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71376#M8186</link>
    <description>Hi,&lt;BR /&gt;
If you are creating LISTING output in SAS Enterprise Guide, then do investigate the FORMDLIM option, as Scott suggests.&lt;BR /&gt;
&lt;BR /&gt;
If you are creating RTF or PDF output, then there is an ODS option (STARTPAGE=NO) that you can use to prevent SAS from starting a new page for every procedure.&lt;BR /&gt;
 &lt;BR /&gt;
Under TOOLS --&amp;gt; Options, you should find a way to specify this option for your task or project.&lt;BR /&gt;
If you wanted to modify the EG-generated code, the correct place would be on the ODS RTF or ODS PDF statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file=.... startpage=no;&lt;BR /&gt;
OR&lt;BR /&gt;
ods pdf file=..... startpage=no;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
If you are creating HTML output or SASReport XML output with EG there is no equivalent of the STARTPAGE option for those destinations. For example, the HTML destination does not have any page controls like margins or page numbers because the HTML specification does not have them. SAS normally puts a horizontal rule tag &amp;lt;hr&amp;gt; between procedures. This horizontal rule might generate a page break when printed because of the "page-break-after:always" CSS instruction that is used with the horizontal rule tag.&lt;BR /&gt;
&lt;BR /&gt;
What is your destination of choice in EG??? Does your output look like an ASCII text file, like an Acrobat Reader file, like a Word doc or like an HTML page?&lt;BR /&gt;
&lt;BR /&gt;
Cynthia</description>
    <pubDate>Sun, 12 Sep 2010 15:01:46 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-09-12T15:01:46Z</dc:date>
    <item>
      <title>set page break options in sas enterprise</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71374#M8184</link>
      <description>When I run, say, 5 proc print in one program in sas enterprise, output window put every print result on a separate page, with result of each print procedure is separated with others by a page break line.  I want to have all of 5 print results continuously put on pages, what should I do?&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Sun, 12 Sep 2010 12:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71374#M8184</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-12T12:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: set page break options in sas enterprise</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71375#M8185</link>
      <description>Look at using the OPTIONS setting FORMDLIM=  for this purpose.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic / post:&lt;BR /&gt;
&lt;BR /&gt;
output window new page formdlim site:sas.com</description>
      <pubDate>Sun, 12 Sep 2010 14:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71375#M8185</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-09-12T14:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: set page break options in sas enterprise</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71376#M8186</link>
      <description>Hi,&lt;BR /&gt;
If you are creating LISTING output in SAS Enterprise Guide, then do investigate the FORMDLIM option, as Scott suggests.&lt;BR /&gt;
&lt;BR /&gt;
If you are creating RTF or PDF output, then there is an ODS option (STARTPAGE=NO) that you can use to prevent SAS from starting a new page for every procedure.&lt;BR /&gt;
 &lt;BR /&gt;
Under TOOLS --&amp;gt; Options, you should find a way to specify this option for your task or project.&lt;BR /&gt;
If you wanted to modify the EG-generated code, the correct place would be on the ODS RTF or ODS PDF statement:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods rtf file=.... startpage=no;&lt;BR /&gt;
OR&lt;BR /&gt;
ods pdf file=..... startpage=no;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
If you are creating HTML output or SASReport XML output with EG there is no equivalent of the STARTPAGE option for those destinations. For example, the HTML destination does not have any page controls like margins or page numbers because the HTML specification does not have them. SAS normally puts a horizontal rule tag &amp;lt;hr&amp;gt; between procedures. This horizontal rule might generate a page break when printed because of the "page-break-after:always" CSS instruction that is used with the horizontal rule tag.&lt;BR /&gt;
&lt;BR /&gt;
What is your destination of choice in EG??? Does your output look like an ASCII text file, like an Acrobat Reader file, like a Word doc or like an HTML page?&lt;BR /&gt;
&lt;BR /&gt;
Cynthia</description>
      <pubDate>Sun, 12 Sep 2010 15:01:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/set-page-break-options-in-sas-enterprise/m-p/71376#M8186</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-12T15:01:46Z</dc:date>
    </item>
  </channel>
</rss>

