<?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 I have a dataset concat having a variable a b &amp;amp; c. How to rename a b to e &amp;amp; f? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/529017#M144473</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I have a dataset concat having a variable a b &amp;amp; c. How to rename a b to e &amp;amp; f?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 11:51:14 GMT</pubDate>
    <dc:creator>rinugour</dc:creator>
    <dc:date>2019-01-22T11:51:14Z</dc:date>
    <item>
      <title>I have a dataset concat having a variable a b &amp; c. How to rename a b to e &amp; f?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/529017#M144473</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I have a dataset concat having a variable a b &amp;amp; c. How to rename a b to e &amp;amp; f?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 11:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/529017#M144473</guid>
      <dc:creator>rinugour</dc:creator>
      <dc:date>2019-01-22T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: I have a dataset concat having a variable a b &amp; c. How to rename a b to e &amp; f?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/529023#M144474</link>
      <description>&lt;P&gt;Just made some data up. You can do like this with &lt;A href="https://sasnrd.com/proc-datasets-example-sas/" target="_self"&gt;Proc Datasets&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data concat;
   a=1;b=1;c=1;
run;

proc datasets lib=work nolist;
   modify concat;
      rename a=e b=f;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 10:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/529023#M144474</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-11-07T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: I have a dataset concat having a variable a b &amp; c. How to rename a b to e &amp; f?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/530920#M145209</link>
      <description>&lt;P&gt;We will use the following code to rename a b to e f&lt;/P&gt;&lt;DIV class="EnlighterJSWrapper enlighterEnlighterJSWrapper"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;data concat&lt;/SPAN&gt;&lt;SPAN class="br0"&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;rename=&lt;/SPAN&gt;&lt;SPAN class="br0"&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;a=e b=f&lt;/SPAN&gt;&lt;SPAN class="br0"&gt;)&lt;/SPAN&gt;&lt;SPAN class="br0"&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;set concat;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;run;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Jan 2019 11:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-have-a-dataset-concat-having-a-variable-a-b-amp-c-How-to/m-p/530920#M145209</guid>
      <dc:creator>sandeep12</dc:creator>
      <dc:date>2019-01-29T11:45:54Z</dc:date>
    </item>
  </channel>
</rss>

