<?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 Proc report data=x style=journal in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-data-x-style-journal/m-p/243379#M15069</link>
    <description>&lt;P&gt;I need to add a line after a group variable. The following code works. The line appears after all groups of observations. But I need it have only after first group of observations. How to write a code.Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute after grp/style={protectspecialchars=off};&lt;BR /&gt;line '\brdrt\brdrs ';&lt;BR /&gt;endcomp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2016 01:58:31 GMT</pubDate>
    <dc:creator>knveraraju91</dc:creator>
    <dc:date>2016-01-14T01:58:31Z</dc:date>
    <item>
      <title>Proc report data=x style=journal</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-data-x-style-journal/m-p/243379#M15069</link>
      <description>&lt;P&gt;I need to add a line after a group variable. The following code works. The line appears after all groups of observations. But I need it have only after first group of observations. How to write a code.Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute after grp/style={protectspecialchars=off};&lt;BR /&gt;line '\brdrt\brdrs ';&lt;BR /&gt;endcomp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 01:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-data-x-style-journal/m-p/243379#M15069</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-01-14T01:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report data=x style=journal</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-data-x-style-journal/m-p/243640#M15070</link>
      <description>Hi:&lt;BR /&gt;  First, style=journal goes on the ODS statement, NOT on the PROC REPORT statement.&lt;BR /&gt;  Second, a LINE statement is executed EVERY time the break occurs, so the only thing you can do to write the line "conditionally" is to make a text variable to hold the text you want for the occurrence. Then you use a different form of the compute block as explained in this Tech Support note: &lt;A href="http://support.sas.com/kb/37/763.html" target="_blank"&gt;http://support.sas.com/kb/37/763.html&lt;/A&gt;  (The second code example that uses $varying. is the one you want to follow.)&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 14 Jan 2016 23:53:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-report-data-x-style-journal/m-p/243640#M15070</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-01-14T23:53:37Z</dc:date>
    </item>
  </channel>
</rss>

