<?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: ODS Proc Report, how to delete default headings and show ^{pageof}? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/598885#M23416</link>
    <description>&lt;P&gt;try to add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at the very begin of your code, close all ods setting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then stat your desired ods output&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 01:21:24 GMT</pubDate>
    <dc:creator>Zhenbin</dc:creator>
    <dc:date>2019-10-24T01:21:24Z</dc:date>
    <item>
      <title>ODS Proc Report, how to delete default headings and show ^{pageof}?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597100#M23396</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you? I am using ODS to write a report for a demographic table. In proc report I used following codes to define the titles:&lt;/P&gt;&lt;PRE&gt;title1 font=&amp;amp;font. h=1 justify=l "Practice 2019" justify=r "Demographic Table";
title2 font=&amp;amp;font. h=1 justify=r "Page ^{pageof}";	
title3 font=&amp;amp;font h=2 bold "Table 1. Demographics And Baseline Characteristics";
title4 font=&amp;amp;font h=2 bold "ITT Population (N=&amp;amp;itt3)";&lt;/PRE&gt;&lt;P&gt;But I got some unwanted titles and missed the ^{pageof} feature as showed below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas1.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33181i461171E7872BE7A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas1.jpg" alt="sas1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you know what's the problem? Any suggestion is welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:57:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597100#M23396</guid>
      <dc:creator>AmyZeng</dc:creator>
      <dc:date>2019-10-16T20:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report, how to delete default headings and show ^{pageof}?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597101#M23397</link>
      <description>&lt;P&gt;The pageof showed after I added&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ods escapechar="^";&lt;/PRE&gt;&lt;P&gt;But the unwanted tile is still lasting. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597101#M23397</guid>
      <dc:creator>AmyZeng</dc:creator>
      <dc:date>2019-10-16T21:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report, how to delete default headings and show ^{pageof}?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597102#M23398</link>
      <description>&lt;P&gt;Great, the system generated date time disappeared after I added an option nodate:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;options pageno=1 nodate;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/597102#M23398</guid>
      <dc:creator>AmyZeng</dc:creator>
      <dc:date>2019-10-16T21:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Proc Report, how to delete default headings and show ^{pageof}?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/598885#M23416</link>
      <description>&lt;P&gt;try to add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at the very begin of your code, close all ods setting&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then stat your desired ods output&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 01:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Proc-Report-how-to-delete-default-headings-and-show-pageof/m-p/598885#M23416</guid>
      <dc:creator>Zhenbin</dc:creator>
      <dc:date>2019-10-24T01:21:24Z</dc:date>
    </item>
  </channel>
</rss>

