<?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: GEO Coding_Error : Variable as both character and numeric. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/GEO-Coding-Error-Variable-as-both-character-and-numeric/m-p/564303#M11027</link>
    <description>&lt;P&gt;What format were your original data sets and how did you import them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/276990"&gt;@ShiJan1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am pretty new to SAS and trying street geocoding.&lt;/P&gt;
&lt;P&gt;Downloaded external USM, USS and USP datasets. Trying to Stack 5 USS and 4 USP datasets together. USP datasets stacked together well but I am getting the following error when trying to stack 5USS datasets in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files are huge, please help how can I remove the following errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Variable F4 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F5 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F7 has been defined as both character and numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code worked fine:&amp;nbsp;data stack_usp;&lt;BR /&gt;set work.usp1 work.usp2 work.usp3 work.usp4 ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code not working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data stack_uss;&lt;BR /&gt;set work.uss1 work.uss2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2019 20:47:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-06T20:47:24Z</dc:date>
    <item>
      <title>GEO Coding_Error : Variable as both character and numeric.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GEO-Coding-Error-Variable-as-both-character-and-numeric/m-p/564301#M11026</link>
      <description>&lt;P&gt;I am pretty new to SAS and trying street geocoding.&lt;/P&gt;&lt;P&gt;Downloaded external USM, USS and USP datasets. Trying to Stack 5 USS and 4 USP datasets together. USP datasets stacked together well but I am getting the following error when trying to stack 5USS datasets in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The files are huge, please help how can I remove the following errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Variable F4 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F5 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F7 has been defined as both character and numeric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code worked fine:&amp;nbsp;data stack_usp;&lt;BR /&gt;set work.usp1 work.usp2 work.usp3 work.usp4 ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code not working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data stack_uss;&lt;BR /&gt;set work.uss1 work.uss2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 20:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GEO-Coding-Error-Variable-as-both-character-and-numeric/m-p/564301#M11026</guid>
      <dc:creator>ShiJan1</dc:creator>
      <dc:date>2019-06-06T20:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: GEO Coding_Error : Variable as both character and numeric.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/GEO-Coding-Error-Variable-as-both-character-and-numeric/m-p/564303#M11027</link>
      <description>&lt;P&gt;What format were your original data sets and how did you import them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/276990"&gt;@ShiJan1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am pretty new to SAS and trying street geocoding.&lt;/P&gt;
&lt;P&gt;Downloaded external USM, USS and USP datasets. Trying to Stack 5 USS and 4 USP datasets together. USP datasets stacked together well but I am getting the following error when trying to stack 5USS datasets in SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files are huge, please help how can I remove the following errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Variable F4 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F5 has been defined as both character and numeric.&lt;BR /&gt;ERROR: Variable F7 has been defined as both character and numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code worked fine:&amp;nbsp;data stack_usp;&lt;BR /&gt;set work.usp1 work.usp2 work.usp3 work.usp4 ;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code not working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data stack_uss;&lt;BR /&gt;set work.uss1 work.uss2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 20:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/GEO-Coding-Error-Variable-as-both-character-and-numeric/m-p/564303#M11027</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-06T20:47:24Z</dc:date>
    </item>
  </channel>
</rss>

