<?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: Pagebreak in SAS listing output in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79149#M22809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you commented &lt;EM style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The option pagesize controls how many &lt;STRONG&gt;lines&lt;/STRONG&gt; are displayed&lt;STRONG&gt; on a "page"&lt;/STRONG&gt; in the listing output. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still have three lines between the two outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other recommendation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2012 10:46:49 GMT</pubDate>
    <dc:creator>JuanVte</dc:creator>
    <dc:date>2012-08-09T10:46:49Z</dc:date>
    <item>
      <title>Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79147#M22807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SAS listing output, we can avoid the page breaks using &lt;EM&gt;options formdlim=" ".&lt;/EM&gt; This makes the outputs being printed one after the other separated by 3 empty lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to remove these 3 lines of separation printing the outputs continuously?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juanvte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;options formdlim=" ";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;title "First output";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc print data=sashelp.class;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;title "Second output - three lines after the previous";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc print data=sashelp.class;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79147#M22807</guid>
      <dc:creator>JuanVte</dc:creator>
      <dc:date>2012-07-31T08:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79148#M22808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The option pagesize controls how many lines are displayed on a "page" in the listing output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;options pagesize=max;&lt;/P&gt;&lt;P&gt;to create the largest page your system will use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warning: use of FOOTNOTE will go at the bottom of this page. Depending on your setup and the actual output this could be tens of thousands of lines of blank before the footnote appears.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 14:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79148#M22808</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-07-31T14:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79149#M22809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you commented &lt;EM style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The option pagesize controls how many &lt;STRONG&gt;lines&lt;/STRONG&gt; are displayed&lt;STRONG&gt; on a "page"&lt;/STRONG&gt; in the listing output. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still have three lines between the two outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other recommendation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 10:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79149#M22809</guid>
      <dc:creator>JuanVte</dc:creator>
      <dc:date>2012-08-09T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79150#M22810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The breaks between procedures don't seem to have any control. I've asked about that regarding ODS output as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 14:26:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79150#M22810</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-08-09T14:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79151#M22811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I believe there is some limited control about how much space appears between tables (such as a PROC PRINT table output followed by a PROC FREQ table output, using the PARSKIP style element with ODS TAGSETS.RTF. But otherwise, for HTML and PDF, I believe there is a certain amount of space "reserved" between tables, even with STARTPAGE=NO (option for PDF and RTF). In HTML, you can change the PAGEBREAKHTML style attribute, so it does not display a Horizonal Rule between outputs, but I think there's still some extra white space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; For LISTING, I do not believe there is any control other than FORMDLIM -- so FORMDLIM removes the traditional "carriage control" character, but there is nothing "automatic" to reduce the space between output tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2012 15:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/79151#M22811</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-08-09T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pagebreak in SAS listing output</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/234206#M54895</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;I am looking for a way to get rid of &lt;STRONG&gt;Horizontal Rules&lt;/STRONG&gt; in ODS &lt;STRONG&gt;HTML5&lt;/STRONG&gt;. Cynthia wrote, that it can be&amp;nbsp; done by changing the PAGBREAKHTML&amp;nbsp; style attribute. Could someone show the code, how to do it? I&amp;nbsp; am&amp;nbsp; not really familiar with proc template.&lt;/P&gt;
&lt;P&gt;I use SAS 9.4M1 on AIX and use a code like the following one:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;goptions reset=all; &lt;BR /&gt;goptions device =png; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;ods path &lt;BR /&gt;&amp;nbsp;&amp;nbsp; WORK.TEMPLAT(UPDATE) &lt;BR /&gt;&amp;nbsp;&amp;nbsp; TEMPL.TMPLMST(READ) &lt;BR /&gt;&amp;nbsp;&amp;nbsp; SASUSER.TEMPLAT(READ) &lt;BR /&gt;&amp;nbsp;&amp;nbsp; SASHELP.TMPLMST(READ) &lt;BR /&gt;&amp;nbsp; ; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;/* Template für andere Tabellendarstellung */ &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;proc template; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;define style tab_pearl /store = WORK.TEMPLAT; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;parent= styles.pearl; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style Body / &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; marginright = 3 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; marginleft = 2 &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pagebreakhtml = html('PageBreakLine'); &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style html &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Common HTML text used in the default style" / &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'expandAll' = "&amp;lt;span onclick=""expandCollapse()""&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'posthtml flyover line' = "&amp;lt;/span&amp;gt;&amp;lt;hr size=""3""/&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'prehtml flyover line' = "&amp;lt;span&amp;gt;&amp;lt;hr size=""3""/&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'prehtml flyover bullet' = %nrstr("&amp;lt;span&amp;gt;&amp;lt;b&amp;gt;&amp;amp;#183;&amp;lt;/b&amp;gt;") &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'posthtml flyover' = "&amp;lt;/span&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'prehtml flyover' = "&amp;lt;span&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'break' = "&amp;lt;br/&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Line' = "&amp;lt;hr size=""3""/&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'PageBreakLine' = &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;lt;p style=""page-break-after: &lt;FONT color="#FF0000"&gt;avoid&lt;/FONT&gt;;""&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;hr size=""3""/&amp;gt;" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'fake bullet' = %nrstr("&amp;lt;b&amp;gt;&amp;amp;#183;&amp;lt;/b&amp;gt;"); &lt;BR /&gt;&amp;nbsp; end; &lt;BR /&gt;run; &lt;BR /&gt;title; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;ODS LISTING CLOSE; &lt;BR /&gt;ODS HTML Close; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;ODS HTML5 options(bitmap_mode= 'inline'&amp;nbsp; ) &lt;BR /&gt;&amp;nbsp;file="test.html" (title=" ") rs=none&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;style=tab_pearl ; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;proc print data=sashelp.class(obs=5); &lt;BR /&gt;&amp;nbsp;run; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;proc sgplot data=sashelp.cars; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;vbar origin; &lt;BR /&gt;run; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;proc sgplot data=sashelp.cars; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;vbar type; &lt;BR /&gt;run; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;footnote justify=l "~S={font_weight=medium font_size=0.4cm} Erstellt am:&amp;nbsp; %sysfunc(today(),eurdfdd10.) "&amp;nbsp;&amp;nbsp; ; &lt;BR /&gt;ods html5 close; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;ods listing; &lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I tried to set page-break-after to "avoid" and an another few things, but always the Horizontal Rules stay there.&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;BR /&gt;Catrin&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12061i1B658054D4F5D0B0/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="HorizontalRules.png" title="HorizontalRules.png" /&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Pagebreak-in-SAS-listing-output/m-p/234206#M54895</guid>
      <dc:creator>Catrin</dc:creator>
      <dc:date>2015-11-11T15:05:04Z</dc:date>
    </item>
  </channel>
</rss>

