<?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: SASHELP library - can this be set to readonly? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187616#M2466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SASHELP library is in well done installation read-only. You cannot change the content of that. (normal requirement as of good practice)&lt;/P&gt;&lt;P&gt;You are describing the functionality of several members there acting as a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that program that inventarizes all the current open libnames and all the tables in there the build a view for you situation at that moment.&lt;/P&gt;&lt;P&gt;Your example eithers is indicates:&lt;/P&gt;&lt;P&gt;- you have a bad desinged installation where users can change that by accident&amp;nbsp;&amp;nbsp;&amp;nbsp; ...or...&lt;/P&gt;&lt;P&gt;- there is a problem with SAS as it get blocks by the OS and fails to handle that block correctly.&lt;/P&gt;&lt;P&gt;As the given descritpion of these fucntions they can harm expected perfromance of the system when you have many tables/libnames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Jan 2014 10:03:00 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-01-05T10:03:00Z</dc:date>
    <item>
      <title>SASHELP library - can this be set to readonly?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187614#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run server-based SAS (v9.2 ... should be moving to v9.4 soon) and we occasionally experience issues with users creating static SASHELP.VCOLUMN data sets (usually by using code like PROC SORT DATA=SASHELP.VCOLUMN; BY xxxxx; RUN;). Obviously one thing we can do is to send out communications to our user base about this type of issue but I was wondering if it's possible to set the SASHELP libref to ACCESS=READONLY (in the config file) or would this have an impact on how SAS runs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use the SASHELP viewtables quite a bit (another solution is to use the dictionary tables of course) and I was wondering if setting the libref to read-only would have an impact on the functionality of these viewtables?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 16:02:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187614#M2464</guid>
      <dc:creator>LawrenceHW</dc:creator>
      <dc:date>2014-01-03T16:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP library - can this be set to readonly?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187615#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on your environment. If you are using a multi user environment then you would typically create whole SAS installation directory are readonly for all users and not have this problem.&amp;nbsp; Make sure to use a different account to own the files than any that you use for actually running SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a PC typically the SAS folders are setup to only be writable by administrators on the machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are an administrator on your own machine then you are at risk for this.&amp;nbsp; You might be able to take advantage of how SAS handles libraries with multiple directories.&amp;nbsp; When you write a new dataset it will always try to write it into the first directory. (use LIBNAME SASHELP LIST; to find the directories).&amp;nbsp; Typically it is the language support directory, for example C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASCFG\.&amp;nbsp; So if you deny write access to that directory then any program that attempts to write to SASHELP, such as the proc sort, will fail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jan 2014 17:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187615#M2465</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-01-04T17:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP library - can this be set to readonly?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187616#M2466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SASHELP library is in well done installation read-only. You cannot change the content of that. (normal requirement as of good practice)&lt;/P&gt;&lt;P&gt;You are describing the functionality of several members there acting as a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that program that inventarizes all the current open libnames and all the tables in there the build a view for you situation at that moment.&lt;/P&gt;&lt;P&gt;Your example eithers is indicates:&lt;/P&gt;&lt;P&gt;- you have a bad desinged installation where users can change that by accident&amp;nbsp;&amp;nbsp;&amp;nbsp; ...or...&lt;/P&gt;&lt;P&gt;- there is a problem with SAS as it get blocks by the OS and fails to handle that block correctly.&lt;/P&gt;&lt;P&gt;As the given descritpion of these fucntions they can harm expected perfromance of the system when you have many tables/libnames&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2014 10:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SASHELP-library-can-this-be-set-to-readonly/m-p/187616#M2466</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-01-05T10:03:00Z</dc:date>
    </item>
  </channel>
</rss>

