<?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 report #byval in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352476#M18391</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;cynthia,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you were spot on! I did not have the options nobyline in the proc report!!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have since add that option into my proc report and it works perfectly!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you very much, I must have issed the option in the paper!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Michelle&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2017 19:31:28 GMT</pubDate>
    <dc:creator>michellexu</dc:creator>
    <dc:date>2017-04-22T19:31:28Z</dc:date>
    <item>
      <title>proc report #byval</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352355#M18386</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently use a macro to pull in all title and footnotes(holds in googledoc), and depending on which programs that is running, the relavent title and footnote will be selected. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried with the compute before _page_, however I would like the title2 to be outside of the table, and underneath the rest of the titles. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After reading some of the papers, I have put #byvar(xx) into the title2 column and my proc report is:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data = mydata&amp;nbsp;nowindows headline headskip split='~'&lt;BR /&gt;missing spanrows style(header)={just=l} spacing=4;&lt;BR /&gt;columns dummy1 dummy2 dummy3 dummy4 dummy5;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;by xx;&lt;/FONT&gt;&lt;BR /&gt;define&amp;nbsp;......&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then in the output( PDF and RTF), I get(i.e by value is Full analysis set)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; xx= Full analysis set&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;studycode:xxxxxx&lt;/P&gt;&lt;P&gt;table xxxxx&lt;/P&gt;&lt;P&gt;Full analysis set&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;xx=Full analysis set&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my question is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Why does the text highlighted in red appear? &amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I suspect it could be my own macro problem, but the text in red only appear twice when it is the first page of a new set of sub-data. i.e. first page of full analysis set information, second page will only show the one at the bottom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached the screenshot, highlighted part is the one that I want to get rid off, but dont know how!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be greatful if someone could give me some suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michelle&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13736i1E1A01ECD6CF071D/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
      <pubDate>Fri, 21 Apr 2017 23:18:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352355#M18386</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-21T23:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc report #byval</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352364#M18387</link>
      <description>Hi:&lt;BR /&gt;  You don't show all your code, including your options and your ODS statements. I suspect you need &lt;BR /&gt;options nobyline;&lt;BR /&gt;before your ODS invocation. Typically, when you use #byval or #byvar, you turn OFF the default byline.&lt;BR /&gt;&lt;BR /&gt;But without data to test or your full code, that is just a guess.&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 22 Apr 2017 01:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352364#M18387</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-22T01:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc report #byval</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352476#M18391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;cynthia,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;you were spot on! I did not have the options nobyline in the proc report!!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have since add that option into my proc report and it works perfectly!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you very much, I must have issed the option in the paper!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Michelle&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 19:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-byval/m-p/352476#M18391</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-22T19:31:28Z</dc:date>
    </item>
  </channel>
</rss>

