<?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 Concatenate Problem in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58592#M6010</link>
    <description>I'm having a hard time concatenating values in two different columns into one column.  I have column YEAR and column QTR and I want a column YEAR_QTR that separates the year and the qtr by a hyphen "-". &lt;BR /&gt;
&lt;BR /&gt;
YEAR = 2002&lt;BR /&gt;
QTR = 4&lt;BR /&gt;
YEAR_QTR = 2002 - 4&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Brad</description>
    <pubDate>Thu, 30 Oct 2008 19:28:03 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-30T19:28:03Z</dc:date>
    <item>
      <title>Concatenate Problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58592#M6010</link>
      <description>I'm having a hard time concatenating values in two different columns into one column.  I have column YEAR and column QTR and I want a column YEAR_QTR that separates the year and the qtr by a hyphen "-". &lt;BR /&gt;
&lt;BR /&gt;
YEAR = 2002&lt;BR /&gt;
QTR = 4&lt;BR /&gt;
YEAR_QTR = 2002 - 4&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Brad</description>
      <pubDate>Thu, 30 Oct 2008 19:28:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58592#M6010</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-30T19:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58593#M6011</link>
      <description>Hi Brad,&lt;BR /&gt;
&lt;BR /&gt;
If i understood maybe this helps you.&lt;BR /&gt;
&lt;BR /&gt;
data test;&lt;BR /&gt;
	year=2002;&lt;BR /&gt;
	qtr=4;&lt;BR /&gt;
	year_qtr=catx(' - ', year, qtr);&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 30 Oct 2008 20:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58593#M6011</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2008-10-30T20:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate Problem</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58594#M6012</link>
      <description>That worked thanks!</description>
      <pubDate>Fri, 31 Oct 2008 13:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Concatenate-Problem/m-p/58594#M6012</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-31T13:14:21Z</dc:date>
    </item>
  </channel>
</rss>

