<?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 Remove html output page break from 2 proc reports in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-html-output-page-break-from-2-proc-reports/m-p/836157#M41496</link>
    <description>&lt;P&gt;How do I remove the auto generated page break in these 2 proc report with html output?&lt;/P&gt;
&lt;P&gt;It generates this code snippet that I want to remove: &amp;lt;p style="page-break-after: always;"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC TEMPLATE;&lt;BR /&gt;DEFINE TAGSET TAGSET.CUSTOM;&lt;BR /&gt;PARENT=TAGSETS.HTML4;&lt;BR /&gt;EMBEDDED_STYLESHEET=OFF;&lt;BR /&gt;END;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;ODS TAGSET.CUSTOM FILE=REPORT OPTIONS(PAGEBREAKS="NO");&lt;BR /&gt;ODS NOPTITLE NOPROCTITLE;&lt;BR /&gt;PROC REPORT DATA=EMAIL_TRAT NOWD HEADLINE HEADSKIP&lt;BR /&gt;STYLE(REPORT)= {BACKGROUND = WHITE FONT_SIZE = 8PT FONT_SIZE = 9PT JUST=LEFT}&lt;BR /&gt;;RUN;&lt;/P&gt;
&lt;P&gt;PROC REPORT DATA=EMAIL_TRAT2 NOWD HEADLINE HEADSKIP&lt;BR /&gt;STYLE(REPORT)= {BACKGROUND = WHITE FONT_SIZE = 8PT FONT_SIZE = 9PT JUST=LEFT}&lt;BR /&gt;;RUN;&lt;BR /&gt;ODS TAGSET.CUSTOM CLOSE;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 17:02:12 GMT</pubDate>
    <dc:creator>a_ramos</dc:creator>
    <dc:date>2022-09-30T17:02:12Z</dc:date>
    <item>
      <title>Remove html output page break from 2 proc reports</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-html-output-page-break-from-2-proc-reports/m-p/836157#M41496</link>
      <description>&lt;P&gt;How do I remove the auto generated page break in these 2 proc report with html output?&lt;/P&gt;
&lt;P&gt;It generates this code snippet that I want to remove: &amp;lt;p style="page-break-after: always;"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC TEMPLATE;&lt;BR /&gt;DEFINE TAGSET TAGSET.CUSTOM;&lt;BR /&gt;PARENT=TAGSETS.HTML4;&lt;BR /&gt;EMBEDDED_STYLESHEET=OFF;&lt;BR /&gt;END;&lt;BR /&gt;RUN;&lt;/P&gt;
&lt;P&gt;ODS TAGSET.CUSTOM FILE=REPORT OPTIONS(PAGEBREAKS="NO");&lt;BR /&gt;ODS NOPTITLE NOPROCTITLE;&lt;BR /&gt;PROC REPORT DATA=EMAIL_TRAT NOWD HEADLINE HEADSKIP&lt;BR /&gt;STYLE(REPORT)= {BACKGROUND = WHITE FONT_SIZE = 8PT FONT_SIZE = 9PT JUST=LEFT}&lt;BR /&gt;;RUN;&lt;/P&gt;
&lt;P&gt;PROC REPORT DATA=EMAIL_TRAT2 NOWD HEADLINE HEADSKIP&lt;BR /&gt;STYLE(REPORT)= {BACKGROUND = WHITE FONT_SIZE = 8PT FONT_SIZE = 9PT JUST=LEFT}&lt;BR /&gt;;RUN;&lt;BR /&gt;ODS TAGSET.CUSTOM CLOSE;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 17:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-html-output-page-break-from-2-proc-reports/m-p/836157#M41496</guid>
      <dc:creator>a_ramos</dc:creator>
      <dc:date>2022-09-30T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Remove html output page break from 2 proc reports</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-html-output-page-break-from-2-proc-reports/m-p/836192#M41497</link>
      <description>&lt;P&gt;hahaha I'm even ashamed. The problem was the 's'. just set OPTIONS(PAGEBREAK="NO")&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 18:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Remove-html-output-page-break-from-2-proc-reports/m-p/836192#M41497</guid>
      <dc:creator>a_ramos</dc:creator>
      <dc:date>2022-09-30T18:54:30Z</dc:date>
    </item>
  </channel>
</rss>

