<?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: Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321123#M17595</link>
    <description>&lt;P&gt;As per the code you mentioned title 'sampath' and again title1 "#byval(SEX)".&amp;nbsp; Could you please try changing it to title2 "#byval(SEX)".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Dec 2016 02:06:45 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2016-12-26T02:06:45Z</dc:date>
    <item>
      <title>Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321089#M17585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 titles. One is coded outside ODS LAYOUT and another one is codes in ODS LAYOUT using #byval function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Report is creating the o/p in multiple pages for the by value sex=f. But the title is printed only in first page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my requirement, I need to print the title with #byval&amp;nbsp;coded inside ods layout&amp;nbsp;in 2nd page as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching sample sas code, log and report(by value F is not printed in 2nd page) for this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me in printing the title with byval in 2nd page,3rd page...in case of multiple page report for the same byval.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sampath&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 14:45:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321089#M17585</guid>
      <dc:creator>bmsampath</dc:creator>
      <dc:date>2016-12-25T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321091#M17586</link>
      <description>&lt;P&gt;I am attaching sample sas code, log and report(by value F is not printed in 2nd page) for this issue.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Dec 2016 14:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321091#M17586</guid>
      <dc:creator>bmsampath</dc:creator>
      <dc:date>2016-12-25T14:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321092#M17587</link>
      <description />
      <pubDate>Sun, 25 Dec 2016 14:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321092#M17587</guid>
      <dc:creator>bmsampath</dc:creator>
      <dc:date>2016-12-25T14:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321123#M17595</link>
      <description>&lt;P&gt;As per the code you mentioned title 'sampath' and again title1 "#byval(SEX)".&amp;nbsp; Could you please try changing it to title2 "#byval(SEX)".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Dec 2016 02:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321123#M17595</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2016-12-26T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Title(has #byval) is not printed in the 2nd page when the report is printed using ODS Layout</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321248#M17604</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This #byval is resolved only inside ODS layout .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we code outside ODS layout, it wont be resloved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whatever code given is just a sample code. I want to replicate this logic in my actual code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sampath&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 06:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Title-has-byval-is-not-printed-in-the-2nd-page-when-the-report/m-p/321248#M17604</guid>
      <dc:creator>bmsampath</dc:creator>
      <dc:date>2016-12-27T06:16:30Z</dc:date>
    </item>
  </channel>
</rss>

