<?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 and charater  variables concat in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751286#M236479</link>
    <description>&lt;P&gt;&amp;nbsp;You are appending data sets. Variables of the same name must be of the same type. And if they are of different lengths you will get warnings about possible truncation of data.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 15:08:19 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-06-30T15:08:19Z</dc:date>
    <item>
      <title>numeric and charater  variables concat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751119#M236403</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data ds;
input id var ;
datalines;
1 20
2 200
3 450
;
run;


data ds1;
input id var$ ;
datalines;
1 AA1 
2 BB2
;
run;


data concat;
set ds ds1;
proc print;
run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anandkvn_0-1625027991509.png" style="width: 620px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/60821iFEE1D6D12FCA4482/image-dimensions/620x223?v=v2" width="620" height="223" role="button" title="Anandkvn_0-1625027991509.png" alt="Anandkvn_0-1625027991509.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 04:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751119#M236403</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-06-30T04:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: numeric and charater  variables concat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751124#M236405</link>
      <description>&lt;P&gt;Do a search for "variable has been defined as numeric and character" here on the communities, and you'll find your answer. This topic has come up hundreds of times.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 04:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751124#M236405</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-30T04:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: numeric and charater  variables concat</title>
      <link>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751286#M236479</link>
      <description>&lt;P&gt;&amp;nbsp;You are appending data sets. Variables of the same name must be of the same type. And if they are of different lengths you will get warnings about possible truncation of data.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/numeric-and-charater-variables-concat/m-p/751286#M236479</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-06-30T15:08:19Z</dc:date>
    </item>
  </channel>
</rss>

