<?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: password protection in a data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7128#M7122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAS we can lock a dataset with a password. We should use the option PW to assign a password. Check the example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;data y1(pw=sam);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input name $ age;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sam 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;albert 13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you run the code, once you try to open the dataset y1, it will promot of the password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 14:50:31 GMT</pubDate>
    <dc:creator>yeshwanth</dc:creator>
    <dc:date>2013-07-22T14:50:31Z</dc:date>
    <item>
      <title>password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7125#M7119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if there is a way to password protect a data table in JMP 10. Any input would be much appreciated. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 01:57:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7125#M7119</guid>
      <dc:creator>danielsh</dc:creator>
      <dc:date>2013-07-19T01:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7126#M7120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may not be the most efficient way, but you can copy the Table Script, paste it into a new script and then encrypte the script.&amp;nbsp; Granted, any time you make changes to the data you'd have to repeat the process, but I don't believe you can directly encrypt the data tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 11:58:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7126#M7120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-19T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7127#M7121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Except for a kluge like &lt;A __default_attr="728250" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://community.jmp.com/"&gt;&lt;/A&gt; suggests, there is no option to password protect a data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 14:09:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7127#M7121</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2013-07-22T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7128#M7122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAS we can lock a dataset with a password. We should use the option PW to assign a password. Check the example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;data y1(pw=sam);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;input name $ age;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sam 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;albert 13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you run the code, once you try to open the dataset y1, it will promot of the password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 14:50:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7128#M7122</guid>
      <dc:creator>yeshwanth</dc:creator>
      <dc:date>2013-07-22T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7129#M7123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mewing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is the closest thing possible. I appreciate the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 15:06:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7129#M7123</guid>
      <dc:creator>danielsh</dc:creator>
      <dc:date>2013-07-22T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: password protection in a data table</title>
      <link>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7130#M7124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't know you could do that in SAS, so I learned another new trick today. Thanks yeshwanth!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 15:07:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/password-protection-in-a-data-table/m-p/7130#M7124</guid>
      <dc:creator>danielsh</dc:creator>
      <dc:date>2013-07-22T15:07:35Z</dc:date>
    </item>
  </channel>
</rss>

