<?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 converiting character variable to numeric in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614210#M18567</link>
    <description>&lt;P&gt;Is there any way to convert a variable containing zero observations to numeric?&lt;/P&gt;</description>
    <pubDate>Sat, 28 Dec 2019 12:51:14 GMT</pubDate>
    <dc:creator>TANMOY05</dc:creator>
    <dc:date>2019-12-28T12:51:14Z</dc:date>
    <item>
      <title>converiting character variable to numeric</title>
      <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614210#M18567</link>
      <description>&lt;P&gt;Is there any way to convert a variable containing zero observations to numeric?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2019 12:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614210#M18567</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2019-12-28T12:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: converiting character variable to numeric</title>
      <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614211#M18568</link>
      <description>&lt;P&gt;A variable that has zero observations? Delete the variable, then create a new variable that is numeric of the same name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
     set have(drop=variable);
     length variable 8;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Dec 2019 12:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614211#M18568</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-28T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: converiting character variable to numeric</title>
      <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614213#M18569</link>
      <description>Thank u!!</description>
      <pubDate>Sat, 28 Dec 2019 13:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614213#M18569</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2019-12-28T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: converiting character variable to numeric</title>
      <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614216#M18570</link>
      <description>A little foray into SAS diction:&lt;BR /&gt;Libraries contain datasets (aka tables) &lt;BR /&gt;Datasets contain observations (aka records) &lt;BR /&gt;Observations contain variables (aka columns)&lt;BR /&gt;Variables contain values&lt;BR /&gt;&lt;BR /&gt;A variable can therefore not contain observations. &lt;BR /&gt;A table (dataset) might contain zero (no) observations. &lt;BR /&gt;A variable might contain only missing values, which is probably what you mean.&lt;BR /&gt;In order to not mislead everybody else, using the correct names for things is mandatory.</description>
      <pubDate>Sat, 28 Dec 2019 15:30:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614216#M18570</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-28T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: converiting character variable to numeric</title>
      <link>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614222#M18571</link>
      <description>Ok, noted!!</description>
      <pubDate>Sat, 28 Dec 2019 19:50:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/converiting-character-variable-to-numeric/m-p/614222#M18571</guid>
      <dc:creator>TANMOY05</dc:creator>
      <dc:date>2019-12-28T19:50:02Z</dc:date>
    </item>
  </channel>
</rss>

