<?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: Just started to learn SAS, but need some help. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21158#M3375</link>
    <description>There are lots of reasons you could get that error.  For instance, it will occur if there is a space between the "-" and the digits when you are using free format input or the import wizard.   As Scott said, share your code and log.</description>
    <pubDate>Tue, 24 Nov 2009 16:54:16 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-11-24T16:54:16Z</dc:date>
    <item>
      <title>Just started to learn SAS, but need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21155#M3372</link>
      <description>Hi:&lt;BR /&gt;
I'm starting of with a simple program to read in data and calculate the mean.  I have two columns of data (numbers), but SAS says that column 1 is text and column 2 is numerical.  Column 1 does have a negative number in there, and I'm wondering if the '-' is letting SAS think that it's a text and not numeric.  How can I change the format?</description>
      <pubDate>Mon, 23 Nov 2009 22:53:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21155#M3372</guid>
      <dc:creator>PRP</dc:creator>
      <dc:date>2009-11-23T22:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Just started to learn SAS, but need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21156#M3373</link>
      <description>Share your SAS code.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Tue, 24 Nov 2009 01:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21156#M3373</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-11-24T01:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Just started to learn SAS, but need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21157#M3374</link>
      <description>it must be that your column 1 was defined as char, not likely only because of the negative sign. use a new variable to transform it to numeric: &lt;BR /&gt;
           column3=input(column1, best.)</description>
      <pubDate>Tue, 24 Nov 2009 16:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21157#M3374</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2009-11-24T16:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Just started to learn SAS, but need some help.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21158#M3375</link>
      <description>There are lots of reasons you could get that error.  For instance, it will occur if there is a space between the "-" and the digits when you are using free format input or the import wizard.   As Scott said, share your code and log.</description>
      <pubDate>Tue, 24 Nov 2009 16:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-started-to-learn-SAS-but-need-some-help/m-p/21158#M3375</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-11-24T16:54:16Z</dc:date>
    </item>
  </channel>
</rss>

