<?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: SAS Library Reference in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/462522#M117771</link>
    <description>&lt;P&gt;Thanks Chris for your time and inputs. Even though the log says "NOTE: Libref SG was successfully assigned as follows: ", the library SG does not appear in the libraries folder under SASApp. I am running the codes on Enterprise Guide 7.1. When I run other codes&amp;nbsp;and want to save my sas data in the same library, it says library SG does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 21:15:54 GMT</pubDate>
    <dc:creator>Alass006</dc:creator>
    <dc:date>2018-05-15T21:15:54Z</dc:date>
    <item>
      <title>SAS Library Reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461628#M117460</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assigned the same SAS library reference to two data sets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked out well for the first data as shown in the log :&lt;/P&gt;&lt;P&gt;%Let Qdrive=\\dcwdfap002\\rpuprojects;&lt;/P&gt;&lt;P&gt;Libname SG "&amp;amp;Qdrive.\PA\LA\forensics\LA\SAS Library\ScoreGain";&lt;/P&gt;&lt;P&gt;Log message:&lt;/P&gt;&lt;P&gt;NOTE: Libref SG was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: \\dcwdfap002\\rpuprojects\PA\LA\forensics\LA\SAS Library\ScoreGain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When reading the second data set, it gives and error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%Let Qdrive=\\dcwdfap002\\rpuprojects;&lt;/P&gt;&lt;P&gt;Libname SG "&amp;amp;Qdrive.\PA\LA\forensics\LA\SAS Library\Time Analysis";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;log message:&lt;/P&gt;&lt;P&gt;NOTE: Library SG does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am reading both data files once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know why the second one is not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 17:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461628#M117460</guid>
      <dc:creator>Alass006</dc:creator>
      <dc:date>2018-05-11T17:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461632#M117461</link>
      <description>&lt;P&gt;The most common cause of this error: the path doesn't exist (or you don't have read access to it).&amp;nbsp; Double-check the path name to be sure it's correct.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 17:31:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461632#M117461</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-11T17:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461662#M117472</link>
      <description>I believe the path is almost the same as above.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 May 2018 18:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461662#M117472</guid>
      <dc:creator>Alass006</dc:creator>
      <dc:date>2018-05-11T18:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461677#M117477</link>
      <description>&lt;P&gt;Almost...except for the final folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So can you see&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;\\dcwdfap002\rpuprojects\PA\LA\forensics\LA\SAS Library\Time Analysis&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In another tool, like Windows Explorer?&amp;nbsp; Also, I notice you have a double-slash in the middle of the path:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;%Let Qdrive=\\dcwdfap002&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\\&lt;/STRONG&gt;&lt;/FONT&gt;rpuprojects;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 19:40:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/461677#M117477</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-11T19:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Library Reference</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/462522#M117771</link>
      <description>&lt;P&gt;Thanks Chris for your time and inputs. Even though the log says "NOTE: Libref SG was successfully assigned as follows: ", the library SG does not appear in the libraries folder under SASApp. I am running the codes on Enterprise Guide 7.1. When I run other codes&amp;nbsp;and want to save my sas data in the same library, it says library SG does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 21:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Library-Reference/m-p/462522#M117771</guid>
      <dc:creator>Alass006</dc:creator>
      <dc:date>2018-05-15T21:15:54Z</dc:date>
    </item>
  </channel>
</rss>

