<?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: Proc Freq output 'Page Break' text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654650#M24179</link>
    <description>&lt;P&gt;Just keep the ods pdf but remove startpage from it (perhaps also options formdlim=''; if removing the startpage does not work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you may have to restart your sas session&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 18:49:18 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2020-06-08T18:49:18Z</dc:date>
    <item>
      <title>Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654540#M24172</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;Can anyone provide an option to eliminate the &lt;EM&gt;'page break'&lt;/EM&gt; text&amp;nbsp; in between proc freq&amp;nbsp; in the &amp;nbsp;EG output window?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;ps(I am unable to copy in an example)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 14:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654540#M24172</guid>
      <dc:creator>NJGIRL</dc:creator>
      <dc:date>2020-06-08T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654555#M24175</link>
      <description>&lt;P&gt;Create PDF output and specify.&amp;nbsp; perhaps also add startpage=no;&lt;/P&gt;
&lt;PRE class="xisDoc-codeFragment"&gt;&lt;CODE&gt;options formdlim='';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jun 2020 15:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654555#M24175</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-06-08T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654578#M24176</link>
      <description>can you provide the syntax for 'startpage=no'&amp;nbsp; ??&lt;BR /&gt;I am getting an error with this&lt;BR /&gt;"&amp;nbsp;options formdlim= '' startpage=no&amp;nbsp; ;"&amp;nbsp;&lt;BR /&gt;I don't think 'startpage' is an option for sas EG (?)thank you!</description>
      <pubDate>Mon, 08 Jun 2020 16:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654578#M24176</guid>
      <dc:creator>NJGIRL</dc:creator>
      <dc:date>2020-06-08T16:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654579#M24177</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file = '...outpath/outfilename.pdf' startpage=no ;
** put your code here **
title1 'title1';
proc freq data=lib.dat ;
run;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jun 2020 16:14:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654579#M24177</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-06-08T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654645#M24178</link>
      <description>Great thanks!&amp;nbsp;One last question: my footnotes are not displaying on the report with this code-- any ideas?? thanks!</description>
      <pubDate>Mon, 08 Jun 2020 18:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654645#M24178</guid>
      <dc:creator>NJGIRL</dc:creator>
      <dc:date>2020-06-08T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Freq output 'Page Break' text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654650#M24179</link>
      <description>&lt;P&gt;Just keep the ods pdf but remove startpage from it (perhaps also options formdlim=''; if removing the startpage does not work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you may have to restart your sas session&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:49:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-Freq-output-Page-Break-text/m-p/654650#M24179</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-06-08T18:49:18Z</dc:date>
    </item>
  </channel>
</rss>

