<?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: Data Masking on SAS Enterprise Guide in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641465#M191185</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/324137"&gt;@breadmaker&lt;/a&gt;&amp;nbsp;- the type of masking / hashing you want is available with the MD5 function:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0mu81ozw0013yn1kzwve5ola26e.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0mu81ozw0013yn1kzwve5ola26e.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2020 20:29:24 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-04-20T20:29:24Z</dc:date>
    <item>
      <title>Data Masking on SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641377#M191141</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a Unique Identifier using hash for multiple columns. (I am not sure if I am using the correct terminology)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="breadmaker_0-1587396444366.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38473iBD10BC0A0A917EB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="breadmaker_0-1587396444366.png" alt="breadmaker_0-1587396444366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Taking the baseball data set as an example:&lt;/P&gt;&lt;P&gt;I want to hash the personal identifiable information ('Name' column), and still show other columns ('nAtBat', 'nHits') when one queries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just started the task and have the following code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="breadmaker_1-1587397214516.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38480iD0533C841996B0CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="breadmaker_1-1587397214516.png" alt="breadmaker_1-1587397214516.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to know how to hash the 'name' column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you guys please tell me any method I can use or any resources I can look into?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641377#M191141</guid>
      <dc:creator>breadmaker</dc:creator>
      <dc:date>2020-04-20T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Masking on SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641465#M191185</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/324137"&gt;@breadmaker&lt;/a&gt;&amp;nbsp;- the type of masking / hashing you want is available with the MD5 function:&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0mu81ozw0013yn1kzwve5ola26e.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=n0mu81ozw0013yn1kzwve5ola26e.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 20:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641465#M191185</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-04-20T20:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Masking on SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641743#M191326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I tried to implement hashing, I got the error of "HASHING is unknown".&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;DATA HASH_BASEBALL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SET SASHELP.BASEBALL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MD5 = HASHING('MD5', Name);&lt;BR /&gt;RUN;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Here is the error:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;68&lt;BR /&gt;ERROR 68-185: The function HASHING is unknown, or cannot be accessed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do you happen to know the reason for this error?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641743#M191326</guid>
      <dc:creator>breadmaker</dc:creator>
      <dc:date>2020-04-21T20:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Masking on SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641747#M191327</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/324137"&gt;@breadmaker&lt;/a&gt;&amp;nbsp;- Try the example in the link I sent you:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   y=md5('abc');
   z=md5('access method');
   put y=/ y=$hex32.;
   put z=/ z=$hex32.;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Apr 2020 20:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/641747#M191327</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-04-21T20:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Masking on SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/642052#M191492</link>
      <description>Thanks!</description>
      <pubDate>Wed, 22 Apr 2020 18:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Masking-on-SAS-Enterprise-Guide/m-p/642052#M191492</guid>
      <dc:creator>breadmaker</dc:creator>
      <dc:date>2020-04-22T18:28:58Z</dc:date>
    </item>
  </channel>
</rss>

