<?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 why the title repeat in the same page? how to change the code? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666570#M79029</link>
    <description>&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;break&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;after&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;page&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;/&lt;/FONT&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;page&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 848px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46848iED092580332820C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2020 09:45:06 GMT</pubDate>
    <dc:creator>blueskyxyz</dc:creator>
    <dc:date>2020-07-02T09:45:06Z</dc:date>
    <item>
      <title>why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666570#M79029</link>
      <description>&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;break&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;after&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;page&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;/&lt;/FONT&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;page&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 848px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46848iED092580332820C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 09:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666570#M79029</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-07-02T09:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666573#M79030</link>
      <description>&lt;P&gt;Posting the code you have used and data to use your code would make it much easier to suggest something useful.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 10:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666573#M79030</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-07-02T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666579#M79031</link>
      <description>&lt;P&gt;Data.&lt;/P&gt;
&lt;P&gt;Code.&lt;/P&gt;
&lt;P&gt;Please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After 50+ posts here, that should be a no-brainer. And post the data as part of the code, in a data step with datalines or similar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 11:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666579#M79031</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-02T11:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666591#M79032</link>
      <description>Hi:&lt;BR /&gt;  I agree with everyone that says you need to post some sample data and ALL your code. I do note that you seem to be using a variable called "page" which usually means that you "counted" the number of lines and then made a variable in the data called PAGE so you could break on it. Something about that variable is getting set incorrectly. Without code and sample data, no one can really help you. I've done programs like this many times, all with different data and in my experience, once the page variable is  correct, if your destination supports physical page breaks (like RTF and PDF), then you should get page breaking as you want. However, if your detination is HTML, which does NOT have physical page breaks, then it might look like the lines are on the same "page" but it is impossible to tell from what you've posted here.&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 02 Jul 2020 13:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666591#M79032</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-02T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666737#M79036</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; &lt;BR /&gt;Thanks , I resolved my problem last night.  &lt;BR /&gt;&lt;BR /&gt;In proc report, delete the option startpage=no, the rtf output can create the page break normally.&lt;BR /&gt;Sorry, I didn't upload the sample code and dataset.</description>
      <pubDate>Fri, 03 Jul 2020 06:05:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666737#M79036</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-07-03T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: why the title repeat in the same page? how to change the code?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666739#M79037</link>
      <description>&lt;P&gt;Thanks , I resolved my problem last night.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In proc report, delete the option startpage=no, the rtf output can create the page break normally.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sorry, I didn't upload the sample code and dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 06:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/why-the-title-repeat-in-the-same-page-how-to-change-the-code/m-p/666739#M79037</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-07-03T06:06:23Z</dc:date>
    </item>
  </channel>
</rss>

