<?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: Convert character varaible to numeric in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65036#M14124</link>
    <description>Hi Cynthia,&lt;BR /&gt;
Thanks alot!</description>
    <pubDate>Fri, 05 Mar 2010 20:07:30 GMT</pubDate>
    <dc:creator>yonib</dc:creator>
    <dc:date>2010-03-05T20:07:30Z</dc:date>
    <item>
      <title>Convert character varaible to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65034#M14122</link>
      <description>Hi,&lt;BR /&gt;
Let say I have:&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
w="8,5";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
I want to convert the variable w to numeric but to numeric with period and not with comma .&lt;BR /&gt;
the result should be 8.5.&lt;BR /&gt;
I wanted to do it &lt;B&gt;only&lt;/B&gt; with input function (not to use scan/translate function before).&lt;BR /&gt;
Is there a way to do it (a appropriate format)?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance</description>
      <pubDate>Fri, 05 Mar 2010 07:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65034#M14122</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2010-03-05T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert character varaible to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65035#M14123</link>
      <description>Hi:&lt;BR /&gt;
  Check out the COMMAX informat for use with the INPUT function:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000204406.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000204406.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 05 Mar 2010 08:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65035#M14123</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-05T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert character varaible to numeric</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65036#M14124</link>
      <description>Hi Cynthia,&lt;BR /&gt;
Thanks alot!</description>
      <pubDate>Fri, 05 Mar 2010 20:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-character-varaible-to-numeric/m-p/65036#M14124</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2010-03-05T20:07:30Z</dc:date>
    </item>
  </channel>
</rss>

