<?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 .lst output) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72694#M21059</link>
    <description>This is the reason the ** is expanded.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
column-header &lt;BR /&gt;
defines the column header for the report item. Enclose each header in single or&lt;BR /&gt;
double quotation marks. When you specify multiple column headers, PROC&lt;BR /&gt;
REPORT uses a separate line for each one. The split character also splits a&lt;BR /&gt;
column header over multiple lines.&lt;BR /&gt;
 &lt;BR /&gt;
In traditional (monospace) SAS output, if the first and last characters of a heading&lt;BR /&gt;
are one of the following characters, then PROC REPORT uses that character to&lt;BR /&gt;
expand the heading to fill the space over the column: &lt;BR /&gt;
&lt;BR /&gt;
:- = \_ .* +&lt;BR /&gt;
&lt;BR /&gt;
Similarly, if the first character of a header is &amp;lt; and the last character is &amp;gt;, or vice-&lt;BR /&gt;
versa, then PROC REPORT expands the header to fill the space over the column &lt;BR /&gt;
by repeating the first character before the text of the header and the last character &lt;BR /&gt;
after it.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
This is as close as I could get to your desired result.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
define a / "aaa#" '2A2AA0'x ;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Tue, 22 Sep 2009 14:16:34 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2009-09-22T14:16:34Z</dc:date>
    <item>
      <title>proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72693#M21058</link>
      <description>data one;&lt;BR /&gt;
input a $ b $;&lt;BR /&gt;
cards;&lt;BR /&gt;
aa1 bb1&lt;BR /&gt;
aa2 bb2&lt;BR /&gt;
aa3 bb3&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=one nowd split='#';&lt;BR /&gt;
column a b;&lt;BR /&gt;
define a / "aaa#**";&lt;BR /&gt;
define b / "bbb" ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
i want to see two *s only in .lst output under 'aaa', but i am getting 8 *s.&lt;BR /&gt;
&lt;BR /&gt;
i am expecting this:&lt;BR /&gt;
aaa&lt;BR /&gt;
**      &lt;BR /&gt;
&lt;BR /&gt;
but getting this:&lt;BR /&gt;
aaa&lt;BR /&gt;
********</description>
      <pubDate>Tue, 22 Sep 2009 13:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72693#M21058</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72694#M21059</link>
      <description>This is the reason the ** is expanded.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
column-header &lt;BR /&gt;
defines the column header for the report item. Enclose each header in single or&lt;BR /&gt;
double quotation marks. When you specify multiple column headers, PROC&lt;BR /&gt;
REPORT uses a separate line for each one. The split character also splits a&lt;BR /&gt;
column header over multiple lines.&lt;BR /&gt;
 &lt;BR /&gt;
In traditional (monospace) SAS output, if the first and last characters of a heading&lt;BR /&gt;
are one of the following characters, then PROC REPORT uses that character to&lt;BR /&gt;
expand the heading to fill the space over the column: &lt;BR /&gt;
&lt;BR /&gt;
:- = \_ .* +&lt;BR /&gt;
&lt;BR /&gt;
Similarly, if the first character of a header is &amp;lt; and the last character is &amp;gt;, or vice-&lt;BR /&gt;
versa, then PROC REPORT expands the header to fill the space over the column &lt;BR /&gt;
by repeating the first character before the text of the header and the last character &lt;BR /&gt;
after it.&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
This is as close as I could get to your desired result.&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
define a / "aaa#" '2A2AA0'x ;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 22 Sep 2009 14:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72694#M21059</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-09-22T14:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72695#M21060</link>
      <description>why '2A2AA0'x only?&lt;BR /&gt;
any special reason or we can use any characters with in the quotes?</description>
      <pubDate>Tue, 22 Sep 2009 14:38:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72695#M21060</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T14:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72696#M21061</link>
      <description>sorry!&lt;BR /&gt;
i am getting following output, if i use your code (define a / "aaa#" '2A2AA0'x ;):&lt;BR /&gt;
&lt;BR /&gt;
 aaa&lt;BR /&gt;
 2A2AA0'</description>
      <pubDate>Tue, 22 Sep 2009 14:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72696#M21061</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72697#M21062</link>
      <description>2A is asterisks&lt;BR /&gt;
A0 is a character that usually looks like a blank</description>
      <pubDate>Tue, 22 Sep 2009 14:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72697#M21062</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-09-22T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72698#M21063</link>
      <description>but i am not getting expected output. i am using sas8.2&lt;BR /&gt;
help me to get the proper result.</description>
      <pubDate>Tue, 22 Sep 2009 14:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72698#M21063</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72699#M21064</link>
      <description>I'm using v9.1.3 &lt;BR /&gt;
&lt;BR /&gt;
See if this works.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
[pre]define a / "aaa#" "**%sysfunc(byte(160))";[/pre]</description>
      <pubDate>Tue, 22 Sep 2009 14:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72699#M21064</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-09-22T14:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72700#M21065</link>
      <description>thanks a ton. its working !!!&lt;BR /&gt;
here why 160? reason?</description>
      <pubDate>Tue, 22 Sep 2009 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72700#M21065</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72701#M21066</link>
      <description>The ASCII equivalent of 160 is single space.</description>
      <pubDate>Tue, 22 Sep 2009 15:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72701#M21066</guid>
      <dc:creator>Pavan_SAS</dc:creator>
      <dc:date>2009-09-22T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc report (* in .lst output)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72702#M21067</link>
      <description>non-breaking space</description>
      <pubDate>Tue, 22 Sep 2009 15:29:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-in-lst-output/m-p/72702#M21067</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2009-09-22T15:29:49Z</dc:date>
    </item>
  </channel>
</rss>

