<?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: Two columns into one in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426577#M27474</link>
    <description>&lt;P&gt;Concatenate --&amp;gt;cats('A',your_variable)&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jan 2018 18:28:37 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-01-10T18:28:37Z</dc:date>
    <item>
      <title>Two columns into one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426575#M27473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a variable of ID numbers (0001) and there needs to be an A before all of the numbers&lt;/P&gt;&lt;P&gt;i.e. I have a variable ID: 0001&amp;nbsp; and I want it to be A0001.&amp;nbsp; There needs to be an A before all of the numbers in the column&lt;/P&gt;&lt;P&gt;I'm sure it's an easy thing but I can't figure it out!&lt;/P&gt;&lt;P&gt;Please help!!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:22:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426575#M27473</guid>
      <dc:creator>mmagnuson</dc:creator>
      <dc:date>2018-01-10T18:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two columns into one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426577#M27474</link>
      <description>&lt;P&gt;Concatenate --&amp;gt;cats('A',your_variable)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426577#M27474</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-01-10T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Two columns into one</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426580#M27475</link>
      <description>&lt;P&gt;If your variable is already defined as $ 4, you will need to expand the length to hold an additional character.&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;length ID $ 5;&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;id = 'A' || id;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2018 18:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Two-columns-into-one/m-p/426580#M27475</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-01-10T18:30:45Z</dc:date>
    </item>
  </channel>
</rss>

