<?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 available options to create dummy ID?? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/available-options-to-create-dummy-ID/m-p/613227#M19251</link>
    <description>&lt;P&gt;I'm wondering what are some common approach for creating dummy ID based on known numerical ID? some of my expectations include:&lt;/P&gt;&lt;P&gt;dummy ID should be 1-1 mapped to real ID and no duplicate&lt;/P&gt;&lt;P&gt;should be reversible, meaning that knowing the dummy ID I should be able to get the real ID through some program&lt;/P&gt;&lt;P&gt;include some form of randomization&lt;/P&gt;&lt;P&gt;Can any please help provide some potential approaches I could use? thank you&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2019 13:21:55 GMT</pubDate>
    <dc:creator>jacobM</dc:creator>
    <dc:date>2019-12-20T13:21:55Z</dc:date>
    <item>
      <title>available options to create dummy ID??</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/available-options-to-create-dummy-ID/m-p/613227#M19251</link>
      <description>&lt;P&gt;I'm wondering what are some common approach for creating dummy ID based on known numerical ID? some of my expectations include:&lt;/P&gt;&lt;P&gt;dummy ID should be 1-1 mapped to real ID and no duplicate&lt;/P&gt;&lt;P&gt;should be reversible, meaning that knowing the dummy ID I should be able to get the real ID through some program&lt;/P&gt;&lt;P&gt;include some form of randomization&lt;/P&gt;&lt;P&gt;Can any please help provide some potential approaches I could use? thank you&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 13:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/available-options-to-create-dummy-ID/m-p/613227#M19251</guid>
      <dc:creator>jacobM</dc:creator>
      <dc:date>2019-12-20T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: available options to create dummy ID??</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/available-options-to-create-dummy-ID/m-p/613244#M19252</link>
      <description>&lt;P&gt;here is a simple way to create a linkage to the records.&amp;nbsp; But you have to keep the have dataset someplace safe that others who should not have access to it can not reach it.&lt;/P&gt;
&lt;PRE&gt;&lt;FONT style="background-color: #ffffff;"&gt;data have(keep=myid name);&lt;BR /&gt;&amp;nbsp;set sashelp.baseball;&lt;BR /&gt;&amp;nbsp;MyID = _n_*2.5/3.67;&lt;BR /&gt;run;&lt;BR /&gt;&lt;/FONT&gt;&lt;CODE class=" language-sas"&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;apply some type of sort order would also assist in mixing things up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 15:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/available-options-to-create-dummy-ID/m-p/613244#M19252</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-12-20T15:04:07Z</dc:date>
    </item>
  </channel>
</rss>

