<?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: How to swap two variables in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-swap-two-variables/m-p/743100#M232571</link>
    <description>&lt;P&gt;Try renaming:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library=yourlib;
modify yourdata;
rename
  ab=ac
  ac=ab
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 22 May 2021 06:48:43 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-05-22T06:48:43Z</dc:date>
    <item>
      <title>How to swap two variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-swap-two-variables/m-p/743099#M232570</link>
      <description>I have two number variables.&lt;BR /&gt;Ab Ac&lt;BR /&gt;1 2&lt;BR /&gt;5 8&lt;BR /&gt;I need below output:&lt;BR /&gt;Ab Ac&lt;BR /&gt;2 1&lt;BR /&gt;8 5&lt;BR /&gt;Here I don't want to create new variable.&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Sat, 22 May 2021 05:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-swap-two-variables/m-p/743099#M232570</guid>
      <dc:creator>bollurajkumar</dc:creator>
      <dc:date>2021-05-22T05:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to swap two variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-swap-two-variables/m-p/743100#M232571</link>
      <description>&lt;P&gt;Try renaming:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library=yourlib;
modify yourdata;
rename
  ab=ac
  ac=ab
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 May 2021 06:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-swap-two-variables/m-p/743100#M232571</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-05-22T06:48:43Z</dc:date>
    </item>
  </channel>
</rss>

