<?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: Reading % in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reading/m-p/46943#M12549</link>
    <description>this should work&lt;BR /&gt;
data x ;&lt;BR /&gt;
input &lt;BR /&gt;
	a percent.&lt;BR /&gt;
	b percent.;&lt;BR /&gt;
cards;&lt;BR /&gt;
2.3% 4.5%&lt;BR /&gt;
6.7% 4.6%&lt;BR /&gt;
run;</description>
    <pubDate>Wed, 17 Sep 2008 12:29:11 GMT</pubDate>
    <dc:creator>SAS_user</dc:creator>
    <dc:date>2008-09-17T12:29:11Z</dc:date>
    <item>
      <title>Reading %</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading/m-p/46942#M12548</link>
      <description>How can we read %after the observations .&lt;BR /&gt;
&lt;BR /&gt;
data x ;&lt;BR /&gt;
input a b;&lt;BR /&gt;
cards;&lt;BR /&gt;
2.3% 4.5%&lt;BR /&gt;
6.7% 4.6%&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data y;&lt;BR /&gt;
set x;&lt;BR /&gt;
x=avg(a,b);&lt;BR /&gt;
run;&lt;BR /&gt;
proc print;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 17 Sep 2008 07:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading/m-p/46942#M12548</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2008-09-17T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reading %</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reading/m-p/46943#M12549</link>
      <description>this should work&lt;BR /&gt;
data x ;&lt;BR /&gt;
input &lt;BR /&gt;
	a percent.&lt;BR /&gt;
	b percent.;&lt;BR /&gt;
cards;&lt;BR /&gt;
2.3% 4.5%&lt;BR /&gt;
6.7% 4.6%&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 17 Sep 2008 12:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reading/m-p/46943#M12549</guid>
      <dc:creator>SAS_user</dc:creator>
      <dc:date>2008-09-17T12:29:11Z</dc:date>
    </item>
  </channel>
</rss>

