<?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: concatenate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212866#M267512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! it worked and just tweaked a little bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 18:15:23 GMT</pubDate>
    <dc:creator>amahamud77</dc:creator>
    <dc:date>2015-03-30T18:15:23Z</dc:date>
    <item>
      <title>concatenate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212864#M267510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to concatenate two numeric columns. I used put function to do that and my output result shows space between them and it converted to character. Your help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newnumber=put(old_num, z8.)||visit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how the output result looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newnumber&lt;/P&gt;&lt;P&gt;01234567&amp;nbsp; 1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I don't want to see is the space between them. I would like to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;newnumber&lt;/P&gt;&lt;P&gt;012345671234&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 16:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212864#M267510</guid>
      <dc:creator>amahamud77</dc:creator>
      <dc:date>2015-03-30T16:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212865#M267511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;For a character value :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;newnumber=cats(put(old_num, z8.),visit);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;for a numeric value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;newnumber=input(cats(put(old_num, z8.),visit), best.);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;STRONG style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;PG&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 17:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212865#M267511</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2015-03-30T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212866#M267512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! it worked and just tweaked a little bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 18:15:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/concatenate/m-p/212866#M267512</guid>
      <dc:creator>amahamud77</dc:creator>
      <dc:date>2015-03-30T18:15:23Z</dc:date>
    </item>
  </channel>
</rss>

