<?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 can i add password to protect my sas code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576845#M163347</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243302"&gt;@sam1231&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The use cases to read protect SAS code via a password and not just on OS folder level are rather rare. That's why you get so much "resistance".&lt;/P&gt;
&lt;P&gt;What would help: Share with us your use case. Explain WHY you want to protect the source code this way. May be there are other/"better" ways with less negative impact to achieve what you need.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jul 2019 09:28:06 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2019-07-26T09:28:06Z</dc:date>
    <item>
      <title>How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576764#M163298</link>
      <description>&lt;P&gt;Hi EVERYONE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to protect my sas code with password. So no one can open sas code without password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know we can protect sas dataset with password. But i am not sure how can i add password to my sas program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 23:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576764#M163298</guid>
      <dc:creator>sam1231</dc:creator>
      <dc:date>2019-07-25T23:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576765#M163299</link>
      <description>&lt;P&gt;You should confirm with your company if the practice is allowed.&amp;nbsp; In some cases that action could result in disciplinary actions because the company owns your work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 23:36:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576765#M163299</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-07-25T23:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576766#M163300</link>
      <description>&lt;P&gt;The only way I know of doing this using SAS is to store your SAS program as a SOURCE entry in a SAS catalog then you can password-protect that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What type of protection do you have in mind? If it is simply to stop others changing your software then using a version-control tool is a much better option.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 23:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576766#M163300</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-25T23:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576778#M163308</link>
      <description>&lt;P&gt;Hi saskiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to save my sas program in folder with password protection. so if anyone one to open it they need password to read/write sas program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps to clear my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 02:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576778#M163308</guid>
      <dc:creator>sam1231</dc:creator>
      <dc:date>2019-07-26T02:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576779#M163309</link>
      <description>&lt;P&gt;its allowed in company! i want to save my sas program with password protection in folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 02:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576779#M163309</guid>
      <dc:creator>sam1231</dc:creator>
      <dc:date>2019-07-26T02:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576783#M163313</link>
      <description>&lt;P&gt;You'll need to use OS tools. I'm curious as to why this is needed? Is it to maintain a 'source of truth' or backups? If so, this is definitely not the best approach.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243302"&gt;@sam1231&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;its allowed in company! i want to save my sas program with password protection in folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 02:25:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576783#M163313</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-26T02:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576784#M163314</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;i want to save my sas program in folder with password protection&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;You can use a ZIP file then.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 02:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576784#M163314</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-07-26T02:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576786#M163315</link>
      <description>&lt;P&gt;there are better ways to do what you are asking.&amp;nbsp; Talk to you Admin have them setup a specific location that only allows authorized users access.&amp;nbsp; That is their job not yours.&amp;nbsp; What happens if you die and the company needs to run the process????&amp;nbsp; I would hate to have to follow behind that practice.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 02:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576786#M163315</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-07-26T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576803#M163321</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;i want to save my sas program in folder with password protection. so if anyone one to open it they need password to read/write sas program&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why don't you just use operating system security?&amp;nbsp; Either Windows or *nix makes this trivial to configure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt; so if anyone one to open it they need password&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does it matter when someone shares the password with others?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is compiled macros.&amp;nbsp; Users could execute your macros, but would not be able to alter them.&amp;nbsp; With proper options within the macro they won't even be able to see the code in the log.&amp;nbsp; Hit the doc for details.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 05:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576803#M163321</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2019-07-26T05:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576845#M163347</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243302"&gt;@sam1231&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The use cases to read protect SAS code via a password and not just on OS folder level are rather rare. That's why you get so much "resistance".&lt;/P&gt;
&lt;P&gt;What would help: Share with us your use case. Explain WHY you want to protect the source code this way. May be there are other/"better" ways with less negative impact to achieve what you need.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 09:28:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/576845#M163347</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-07-26T09:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/577116#M163500</link>
      <description>&lt;P&gt;It would help us give you the best answer if you explained why you want to password-protect your SAS programs. You have clearly explained what you want, but not why.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 00:09:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/577116#M163500</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-27T00:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add password to protect my sas code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/577120#M163503</link>
      <description>&lt;P&gt;the basic who, what, when, where, why questions that need to be answered to preformed and supply the final product.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 00:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-can-i-add-password-to-protect-my-sas-code/m-p/577120#M163503</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-07-27T00:58:51Z</dc:date>
    </item>
  </channel>
</rss>

