<?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: Permanent libraries in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281669#M57147</link>
    <description>&lt;P&gt;- create a directory in the OS filesystem&lt;/P&gt;
&lt;P&gt;- assign a libname to it&lt;/P&gt;
&lt;P&gt;- use proc copy to copy the contents of WORK to this library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to the commandline, you can change to the location where your WORK directory is (you can use the pathname() function to get the physical path to a SAS library) and then do a bulk copy (the command depends on the operating system).&lt;/P&gt;
&lt;P&gt;If you have XCMD enabled, you can do that command in a X statement or call system.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2016 09:17:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-07-01T09:17:41Z</dc:date>
    <item>
      <title>Permanent libraries</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281656#M57145</link>
      <description>&lt;P&gt;How do we create a permanent library from the files present in the work library ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 08:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281656#M57145</guid>
      <dc:creator>Sheelapolakonda</dc:creator>
      <dc:date>2016-07-01T08:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent libraries</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281669#M57147</link>
      <description>&lt;P&gt;- create a directory in the OS filesystem&lt;/P&gt;
&lt;P&gt;- assign a libname to it&lt;/P&gt;
&lt;P&gt;- use proc copy to copy the contents of WORK to this library&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to the commandline, you can change to the location where your WORK directory is (you can use the pathname() function to get the physical path to a SAS library) and then do a bulk copy (the command depends on the operating system).&lt;/P&gt;
&lt;P&gt;If you have XCMD enabled, you can do that command in a X statement or call system.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281669#M57147</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-07-01T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent libraries</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281670#M57148</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000247654.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000247654.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;HR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Copying an Entire Library&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To copy an entire SAS library, simply specify an input data library and an output data library following the COPY statement. For example, the following statements copy all the SAS files in the SOURCE data library into the DEST data library:&lt;/P&gt;&lt;PRE&gt;proc datasets library=source;
   copy out=dest;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Permanent-libraries/m-p/281670#M57148</guid>
      <dc:creator>JohnHoughton</dc:creator>
      <dc:date>2016-07-01T09:18:09Z</dc:date>
    </item>
  </channel>
</rss>

