<?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 delete a library permanently in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/289365#M59761</link>
    <description>&lt;P&gt;Yes, that's correct .You can use&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mylib clear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mylib- is the library you like to delete.&lt;/P&gt;&lt;P&gt;the entire library with its contents will be deleted.&lt;/P&gt;&lt;P&gt;It is one of the house keeping practices .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 21:26:04 GMT</pubDate>
    <dc:creator>sas247</dc:creator>
    <dc:date>2016-08-03T21:26:04Z</dc:date>
    <item>
      <title>how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24433#M4133</link>
      <description>how to delete a sas library  permanently</description>
      <pubDate>Tue, 08 Mar 2011 09:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24433#M4133</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2011-03-08T09:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24434#M4134</link>
      <description>A straightforward SAS support SEARCH request (or Google advanced) reveals several relevant references.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Google advanced search argument, this topic / post:&lt;BR /&gt;
delete sas library site:sas.com</description>
      <pubDate>Tue, 08 Mar 2011 13:52:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24434#M4134</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-03-08T13:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24435#M4135</link>
      <description>'permanently' is subject to multiple interpretations.  The search items that Scott provided can generally be used to delete a library 'reference' in a SAS programming environment.  &lt;BR /&gt;
&lt;BR /&gt;
In Unix and Windows, a library refers to a physical directory on disk.  To "permanently" remove the directory and it's data requires a third party utility.  For instance, "File Shredder" ( &lt;A href="http://www.fileshredder.org/" target="_blank"&gt;http://www.fileshredder.org/&lt;/A&gt; ) will over-write the bits in Windows.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Tue, 08 Mar 2011 15:57:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24435#M4135</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2011-03-08T15:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24436#M4136</link>
      <description>Thanks for your kind information .But I go through google i couldn't find this.&lt;BR /&gt;
&lt;BR /&gt;
So please help me on this topic .&lt;BR /&gt;
&lt;BR /&gt;
How we can delete a sas dataset permanently.</description>
      <pubDate>Tue, 08 Mar 2011 16:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24436#M4136</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2011-03-08T16:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24437#M4137</link>
      <description>Hello Arpit,&lt;BR /&gt;
&lt;BR /&gt;
Highlight a dataset name in a SAS library and press Delete or do the same thing in Windows folder (;-)&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Tue, 08 Mar 2011 16:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24437#M4137</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2011-03-08T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24438#M4138</link>
      <description>If you want to delete all the members in a sas library, use &lt;BR /&gt;
[pre]&lt;BR /&gt;
proc datasets lib=&lt;SAS library=""&gt; kill; &lt;BR /&gt;
[/pre]&lt;/SAS&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24438#M4138</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2011-03-08T16:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24439#M4139</link>
      <description>Dear Poligjw,&lt;BR /&gt;
&lt;BR /&gt;
It delete only content of library .&lt;BR /&gt;
&lt;BR /&gt;
I want to know how to delete complit library&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your kind information.</description>
      <pubDate>Wed, 09 Mar 2011 05:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24439#M4139</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2011-03-09T05:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24440#M4140</link>
      <description>have you tried&lt;BR /&gt;
LIBNAME lib ;</description>
      <pubDate>Wed, 09 Mar 2011 13:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24440#M4140</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-03-09T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24441#M4141</link>
      <description>The technical method / process will depend on your SAS OS environment.&lt;BR /&gt;
&lt;BR /&gt;
So, for Windows, consider using PROC DATASETS with KILL to clear the SAS library of all members followed by using the FDELETE function (either in a DATA step or with SYSFUNC using SAS macro language) to remove/delete an empty directory (or external file reference).&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 09 Mar 2011 14:22:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24441#M4141</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-03-09T14:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24442#M4142</link>
      <description>Dear Sbb,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your information Could you explain .&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Arpit</description>
      <pubDate>Thu, 10 Mar 2011 05:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24442#M4142</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2011-03-10T05:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24443#M4143</link>
      <description>Yes i try with this statement but it delete the file of library</description>
      <pubDate>Thu, 10 Mar 2011 05:11:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24443#M4143</guid>
      <dc:creator>arpit</dc:creator>
      <dc:date>2011-03-10T05:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24444#M4144</link>
      <description>sorry, I thought that was what you wanted..</description>
      <pubDate>Thu, 10 Mar 2011 09:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24444#M4144</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-03-10T09:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24445#M4145</link>
      <description>Suggest the OP read the available SAS DOC and also consider the SAS support &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website resources -- consider the recommended search arguments provided in a prior post-reply.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 10 Mar 2011 13:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24445#M4145</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2011-03-10T13:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24446#M4146</link>
      <description>Hi Arpit,&lt;BR /&gt;
&lt;BR /&gt;
You can delete a library which you have created using Libname statement.&lt;BR /&gt;
The command is &lt;B&gt;libname &lt;LIBRARY-NAME&gt; clear;&lt;/LIBRARY-NAME&gt;&lt;/B&gt;&lt;BR /&gt;
You can't delete SAS peramanent libraries like sasuser, sashelp, maps.&lt;BR /&gt;
&lt;BR /&gt;
I hope this is what you want.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Manoj Khandelwal</description>
      <pubDate>Mon, 02 May 2011 07:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/24446#M4146</guid>
      <dc:creator>MKhandelwal</dc:creator>
      <dc:date>2011-05-02T07:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/289365#M59761</link>
      <description>&lt;P&gt;Yes, that's correct .You can use&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mylib clear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mylib- is the library you like to delete.&lt;/P&gt;&lt;P&gt;the entire library with its contents will be deleted.&lt;/P&gt;&lt;P&gt;It is one of the house keeping practices .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 21:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/289365#M59761</guid>
      <dc:creator>sas247</dc:creator>
      <dc:date>2016-08-03T21:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete a library permanently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/289405#M59768</link>
      <description>&lt;P&gt;LIBNAME mylib CLEAR; &amp;nbsp;This statement only deassign&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Log you can see NOTE: Libref mylib has been deassigned.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 00:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-delete-a-library-permanently/m-p/289405#M59768</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2016-08-04T00:49:33Z</dc:date>
    </item>
  </channel>
</rss>

