<?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 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243377#M55928</link>
    <description>&lt;P&gt;This kind of question should be posted at another forum&amp;nbsp;&lt;A class="" href="https://communities.sas.com/t5/ODS-and-Base-Reporting/bd-p/ods_base_reporting" target="_blank"&gt;ODS and Base Reporting&lt;/A&gt;&amp;nbsp; Cynthia is there .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd;
column age weight;
define age/group;
define weight/display;
compute after age/style(lines)={backgroundcolor=yellow};
n+1;
len=ifn(n=1,20,0);
dummy=' ';
line dummy $varying20. len;
endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 14 Jan 2016 01:45:57 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-01-14T01:45:57Z</dc:date>
    <item>
      <title>proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243345#M55925</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>Wed, 13 Jan 2016 21:42:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243345#M55925</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-01-13T21:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243377#M55928</link>
      <description>&lt;P&gt;This kind of question should be posted at another forum&amp;nbsp;&lt;A class="" href="https://communities.sas.com/t5/ODS-and-Base-Reporting/bd-p/ods_base_reporting" target="_blank"&gt;ODS and Base Reporting&lt;/A&gt;&amp;nbsp; Cynthia is there .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd;
column age weight;
define age/group;
define weight/display;
compute after age/style(lines)={backgroundcolor=yellow};
n+1;
len=ifn(n=1,20,0);
dummy=' ';
line dummy $varying20. len;
endcomp;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2016 01:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243377#M55928</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-14T01:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243380#M55929</link>
      <description>&lt;P&gt;Thanks for your answer. It is worked. But it results in a wide line with yellow background. I need to keep normal &amp;nbsp;line. Can you please modify the code. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243380#M55929</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-01-14T02:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243381#M55930</link>
      <description>&lt;P&gt;??&lt;/P&gt;
&lt;P&gt;Remove&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/style(lines)={backgroundcolor=yellow};&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243381#M55930</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-14T02:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243383#M55932</link>
      <description>&lt;P&gt;I am sorry that I am asking you again. I need a line ___________________________________________ like this. How to get this line after first group of observations. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243383#M55932</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-01-14T02:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243385#M55933</link>
      <description>&lt;P&gt;Just a guess, but try combining your original code and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp﻿&lt;/a&gt;&amp;nbsp;code. Basically keep the n, which counts the number of groups and then add an if to your line statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:52:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243385#M55933</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-14T02:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243389#M55934</link>
      <description>&lt;P&gt;OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; dummy='\brdrt\brdrs ';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And don't forget :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;compute after grp/style={protectspecialchars=off};&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Updated&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 03:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243389#M55934</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-14T03:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243392#M55935</link>
      <description>&lt;P&gt;Thank you all. It worked.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 03:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report/m-p/243392#M55935</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-01-14T03:15:29Z</dc:date>
    </item>
  </channel>
</rss>

