<?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 Apply Raw Level Security in SAS Store Procedure? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/623518#M183586</link>
    <description>&lt;P&gt;Please have a look at &lt;A href="https://documentation.sas.com/?docsetId=biwaag&amp;amp;docsetTarget=p076g3db8ab6ein109lvq0ssp2hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=biwaag&amp;amp;docsetTarget=p076g3db8ab6ein109lvq0ssp2hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 07:57:35 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2020-02-10T07:57:35Z</dc:date>
    <item>
      <title>How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622403#M183083</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking to apply raw level security wih-in SAS Stored Procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kaushal&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 10:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622403#M183083</guid>
      <dc:creator>kaushalsolanki</dc:creator>
      <dc:date>2020-02-05T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622412#M183085</link>
      <description>Could you please elaborate.&lt;BR /&gt;&lt;BR /&gt;This is to lock a dataset.&lt;BR /&gt;&lt;A href="http://support.sas.com/kb/51/275.html" target="_blank"&gt;http://support.sas.com/kb/51/275.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Password Protecting a SAS data set.&lt;BR /&gt;&lt;A href="https://v8doc.sas.com/sashtml/lrcon/z0995299.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/lrcon/z0995299.htm&lt;/A&gt;</description>
      <pubDate>Wed, 05 Feb 2020 11:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622412#M183085</guid>
      <dc:creator>Satish_Parida</dc:creator>
      <dc:date>2020-02-05T11:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622587#M183153</link>
      <description>&lt;P&gt;you can use &lt;A href="https://documentation.sas.com/?docsetId=ledsoptsref&amp;amp;docsetTarget=p1hwtxbozzzy4un11ldzgovfhcrf.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;encrypt= dataset option&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test(pw=abc encrypt=yes);

&amp;nbsp; a=1;

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if you try to open this dataset by binary editor, you could not read contents.&lt;/P&gt;
&lt;P&gt;if not used it, you can access binary data although use password.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 00:35:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622587#M183153</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2020-02-06T00:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622998#M183315</link>
      <description>&lt;P&gt;Hi Satish,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your revert, my requirement is to allow a particular region user to access particular region data only on the basis of his / her AD ID within SAS Stored Process.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 10:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622998#M183315</guid>
      <dc:creator>kaushalsolanki</dc:creator>
      <dc:date>2020-02-07T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622999#M183316</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226565"&gt;@japelin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your revert, my requirement is to allow a particular region user to access particular region data only on the basis of his / her AD ID within SAS Stored Process.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 10:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/622999#M183316</guid>
      <dc:creator>kaushalsolanki</dc:creator>
      <dc:date>2020-02-07T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/623493#M183576</link>
      <description>&lt;P&gt;The specific data and assumptions will vary depending on whether the regional data is divided at the server, library, dataset, or observation level, and how the user's region is perceived. How about being presented with the environment?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 04:03:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/623493#M183576</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2020-02-10T04:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Apply Raw Level Security in SAS Store Procedure?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/623518#M183586</link>
      <description>&lt;P&gt;Please have a look at &lt;A href="https://documentation.sas.com/?docsetId=biwaag&amp;amp;docsetTarget=p076g3db8ab6ein109lvq0ssp2hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=biwaag&amp;amp;docsetTarget=p076g3db8ab6ein109lvq0ssp2hz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 07:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Apply-Raw-Level-Security-in-SAS-Store-Procedure/m-p/623518#M183586</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-02-10T07:57:35Z</dc:date>
    </item>
  </channel>
</rss>

