<?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: I want to Concatenate Date &amp;amp; Character Variables in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-Concatenate-Date-amp-Character-Variables/m-p/601217#M16691</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;newvar = cats(put(date,mmddyy10.),c1,c2);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 03 Nov 2019 10:22:53 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-03T10:22:53Z</dc:date>
    <item>
      <title>I want to Concatenate Date &amp; Character Variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-Concatenate-Date-amp-Character-Variables/m-p/601216#M16690</link>
      <description>&lt;P&gt;I have the following dataset:&lt;/P&gt;&lt;PRE&gt;data Have;&lt;BR /&gt;input date mmddyy10. c1$ c2$ c3$  c4 c5;&lt;BR /&gt;format date mmddyy10.;&lt;BR /&gt;cards;&lt;BR /&gt;01/02/2019 A B C 4 5&lt;BR /&gt;01/03/2019  4 5 6 7 8 &lt;BR /&gt;01/04/2019  3 6 7 8 1&lt;BR /&gt;;run;&lt;BR /&gt;&lt;BR /&gt;I want to add a new character column which concatenates column1, column2 &amp;amp; Column3 as:&lt;BR /&gt;01/02/2019AB&lt;BR /&gt;01/03/201945&lt;BR /&gt;01/04/201936&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Nov 2019 09:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-Concatenate-Date-amp-Character-Variables/m-p/601216#M16690</guid>
      <dc:creator>RADAGBE9</dc:creator>
      <dc:date>2019-11-03T09:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: I want to Concatenate Date &amp; Character Variables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/I-want-to-Concatenate-Date-amp-Character-Variables/m-p/601217#M16691</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;newvar = cats(put(date,mmddyy10.),c1,c2);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 03 Nov 2019 10:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/I-want-to-Concatenate-Date-amp-Character-Variables/m-p/601217#M16691</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-03T10:22:53Z</dc:date>
    </item>
  </channel>
</rss>

