<?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: Editing variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Editing-variables/m-p/7237#M38</link>
    <description>I don't know if is this that you want:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data t;&lt;BR /&gt;
	length a $ 6. b $ 2.;&lt;BR /&gt;
	a="Friday";&lt;BR /&gt;
	b="ok";&lt;BR /&gt;
	output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data z(drop= a b);&lt;BR /&gt;
	length c $ 8.;&lt;BR /&gt;
	set t;&lt;BR /&gt;
	c=cat(a,b);&lt;BR /&gt;
run;</description>
    <pubDate>Sun, 02 Mar 2008 21:11:39 GMT</pubDate>
    <dc:creator>BrunoSilva</dc:creator>
    <dc:date>2008-03-02T21:11:39Z</dc:date>
    <item>
      <title>Editing variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-variables/m-p/7236#M37</link>
      <description>I have two variables within a single data set...both are character variables of lengths 6 and 2, respectively.  I need to merge them into one character variable of length 8.  I was told there was a "trick" to doing this but was left hanging. &lt;BR /&gt;
&lt;BR /&gt;
Can you help me?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Sun, 02 Mar 2008 09:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-variables/m-p/7236#M37</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-02T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Editing variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-variables/m-p/7237#M38</link>
      <description>I don't know if is this that you want:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data t;&lt;BR /&gt;
	length a $ 6. b $ 2.;&lt;BR /&gt;
	a="Friday";&lt;BR /&gt;
	b="ok";&lt;BR /&gt;
	output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data z(drop= a b);&lt;BR /&gt;
	length c $ 8.;&lt;BR /&gt;
	set t;&lt;BR /&gt;
	c=cat(a,b);&lt;BR /&gt;
run;</description>
      <pubDate>Sun, 02 Mar 2008 21:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-variables/m-p/7237#M38</guid>
      <dc:creator>BrunoSilva</dc:creator>
      <dc:date>2008-03-02T21:11:39Z</dc:date>
    </item>
  </channel>
</rss>

