<?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: Reverse in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235721#M17010</link>
    <description>&lt;P&gt;If you would like something a bit more obscure and not subject to the issues of one id= 123 and another 321 in your data try the various bitwise logical functions if your ID is numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example look at&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   do x= 10 to 1010 by 10 ;
   y = bnot(x);
   
   z = bnot(y);
   put y= z= ;
   end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 Nov 2015 16:30:42 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-11-20T16:30:42Z</dc:date>
    <item>
      <title>Reverse</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235709#M17006</link>
      <description>&lt;P&gt;I have an ID variable&amp;nbsp;that I want to be able to reverse for privacy. Say I have a list of ID's like 1234, is there an easy way to make that&amp;nbsp;observation 4321?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 16:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235709#M17006</guid>
      <dc:creator>Kenmar</dc:creator>
      <dc:date>2015-11-20T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235715#M17008</link>
      <description>&lt;P&gt;The reverse() function ...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245941.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245941.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If your variable is numeric convert it to character first using PUT(var, 8.)&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 16:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235715#M17008</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-20T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235721#M17010</link>
      <description>&lt;P&gt;If you would like something a bit more obscure and not subject to the issues of one id= 123 and another 321 in your data try the various bitwise logical functions if your ID is numeric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example look at&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   do x= 10 to 1010 by 10 ;
   y = bnot(x);
   
   z = bnot(y);
   put y= z= ;
   end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Nov 2015 16:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reverse/m-p/235721#M17010</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-11-20T16:30:42Z</dc:date>
    </item>
  </channel>
</rss>

