<?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 Libname statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107141#M29829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a libname statement to read datasets into SAS from a folder in my C drive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am creating some more datasets using the above&amp;nbsp; as inputs and want to store in another folder maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS THAT POSSIBLE??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Apr 2013 03:56:54 GMT</pubDate>
    <dc:creator>robertrao</dc:creator>
    <dc:date>2013-04-13T03:56:54Z</dc:date>
    <item>
      <title>Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107141#M29829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using a libname statement to read datasets into SAS from a folder in my C drive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am creating some more datasets using the above&amp;nbsp; as inputs and want to store in another folder maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS THAT POSSIBLE??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 03:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107141#M29829</guid>
      <dc:creator>robertrao</dc:creator>
      <dc:date>2013-04-13T03:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107142#M29830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 07:43:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107142#M29830</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2013-04-13T07:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Libname statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107143#M29831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can pretty much have as many librefs defined as you need.&lt;/P&gt;&lt;P&gt;Sounds like you want something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname in "c:\path1" access=readonly ;&lt;/P&gt;&lt;P&gt;libname out "c:\path2";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out.new ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set in.old;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Apr 2013 15:05:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Libname-statement/m-p/107143#M29831</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2013-04-13T15:05:42Z</dc:date>
    </item>
  </channel>
</rss>

