<?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: Numeric Character in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351903#M23200</link>
    <description>&lt;P&gt;Note that this is a common occurence when relying on Proc Import to bring data into SAS. Import is a guessing procedure and if your data field contents are inconsistent&amp;nbsp;then supposely identical layout files are read with different rules creating numeric variables from one and character from another file.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 20:08:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-04-20T20:08:40Z</dc:date>
    <item>
      <title>Numeric Character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351805#M23192</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data or variables is giving me this error, from the data. I do not have these variables stated anywhere in my code, but I think maybe its a formatting solution to this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;52&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %macro step0 ;&lt;BR /&gt;53&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data sasdata.dialerfiles;&lt;BR /&gt;54&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set /*dialer.mcp_manual_20170124*/&lt;BR /&gt;55&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dialer2.qual_not_on_dialer_20170101&lt;BR /&gt;56&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dialer2.march_dialer ;&lt;BR /&gt;57&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;BR /&gt;58&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mend step0;&lt;BR /&gt;59&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %step0;&lt;BR /&gt;ERROR: Variable PHONE1 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable REF7 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable REF16 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable PHONE2 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable Mbr_ID_Indv has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable MBR_PGM_TYPE_ID has been defined as both character and numeric.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 17:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351805#M23192</guid>
      <dc:creator>Rsadiq</dc:creator>
      <dc:date>2017-04-20T17:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351807#M23193</link>
      <description>&lt;P&gt;The variables are defined differently in both datasets. Either convert them, or make sure you get them correctly typed from the source.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 17:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351807#M23193</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-20T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351875#M23198</link>
      <description>&lt;P&gt;You are concatenating two datasets, but the named variables (PHONE1, etc.) have different types in datasets&amp;nbsp;&lt;SPAN&gt;dialer2.qual_not_on_dialer_20170101 and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;dialer2.march_dialer. Those variables will need to be converted in one of the datasets prior to concatenation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351875#M23198</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-04-20T19:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Character</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351903#M23200</link>
      <description>&lt;P&gt;Note that this is a common occurence when relying on Proc Import to bring data into SAS. Import is a guessing procedure and if your data field contents are inconsistent&amp;nbsp;then supposely identical layout files are read with different rules creating numeric variables from one and character from another file.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:08:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Numeric-Character/m-p/351903#M23200</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-20T20:08:40Z</dc:date>
    </item>
  </channel>
</rss>

