<?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 Encryption of Bulk Datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453269#M114519</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to encrypt bulk SAS dataset of new server. The SAS dataset version is 9.2. Any expert help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Apr 2018 15:52:17 GMT</pubDate>
    <dc:creator>vidhya</dc:creator>
    <dc:date>2018-04-11T15:52:17Z</dc:date>
    <item>
      <title>Encryption of Bulk Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453269#M114519</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to encrypt bulk SAS dataset of new server. The SAS dataset version is 9.2. Any expert help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 15:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453269#M114519</guid>
      <dc:creator>vidhya</dc:creator>
      <dc:date>2018-04-11T15:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption of Bulk Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453416#M114574</link>
      <description>&lt;P&gt;You need to recreate the tables if you encrypt them.&lt;/P&gt;
&lt;P&gt;So one data step for each table is pretty much your only option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe something like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;  
   set SASHELP.VSTABLE; 
   where LIBNAME='WORK';
   call execute(catt('data NEWLIB.', MEMNAME, '(encrypt=); set WORK.', MEMNAME, ';run;'));
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 00:26:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453416#M114574</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-04-12T00:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption of Bulk Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453653#M114664</link>
      <description>&lt;P&gt;Thanks chris&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Encryption-of-Bulk-Datasets/m-p/453653#M114664</guid>
      <dc:creator>vidhya</dc:creator>
      <dc:date>2018-04-12T16:49:56Z</dc:date>
    </item>
  </channel>
</rss>

