<?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: Libname.sas issue on programming 2 in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854020#M1263</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437474"&gt;@eiraduku&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname.sas codes&lt;/P&gt;
&lt;P&gt;%let path=s:/workshop/EPG2V2/data;&lt;/P&gt;
&lt;P&gt;/**********************************************/&lt;BR /&gt;/* DO NOT EDIT THE CODE BELOW */&lt;BR /&gt;/**********************************************/&lt;/P&gt;
&lt;P&gt;libname PG2 "&amp;amp;path";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;notes:&lt;/P&gt;
&lt;P&gt;84 libname PG2 "&amp;amp;path";&lt;BR /&gt;NOTE: Library PG2 does not exist.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The name of the folder in the LIBNAME statement is incorrect. The is no such folder as s:/workshop/EPG2V2/data and so SAS cannot find this folder which doesn't exist (and why do you need a macro variable for this anyway?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing, because you didn't provide those details, that you are using a server version of SAS, perhaps SAS Studio, which cannot access your computer's local drives, such as the S: drive. In that case, you would have to upload the appropriate data set(s) to the server, and then access them via the server folder name in the LIBNAME statement.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 19:43:04 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-01-16T19:43:04Z</dc:date>
    <item>
      <title>Libname.sas issue on programming 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854018#M1262</link>
      <description>&lt;P&gt;Good evening&lt;/P&gt;&lt;P&gt;I am facing a difficulty on running libname.sas to get PG2 library.&lt;/P&gt;&lt;P&gt;I am having an error on submitting libname and when checking on libraries I see that PG2 is there, but I can run the other SAS codes because libname.sas' notes that PG2 does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname.sas codes&lt;/P&gt;&lt;P&gt;%let path=s:/workshop/EPG2V2/data;&lt;/P&gt;&lt;P&gt;/**********************************************/&lt;BR /&gt;/* DO NOT EDIT THE CODE BELOW */&lt;BR /&gt;/**********************************************/&lt;/P&gt;&lt;P&gt;libname PG2 "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;notes:&lt;/P&gt;&lt;P&gt;84 libname PG2 "&amp;amp;path";&lt;BR /&gt;NOTE: Library PG2 does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 19:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854018#M1262</guid>
      <dc:creator>eiraduku</dc:creator>
      <dc:date>2023-01-16T19:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Libname.sas issue on programming 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854020#M1263</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/437474"&gt;@eiraduku&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname.sas codes&lt;/P&gt;
&lt;P&gt;%let path=s:/workshop/EPG2V2/data;&lt;/P&gt;
&lt;P&gt;/**********************************************/&lt;BR /&gt;/* DO NOT EDIT THE CODE BELOW */&lt;BR /&gt;/**********************************************/&lt;/P&gt;
&lt;P&gt;libname PG2 "&amp;amp;path";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;notes:&lt;/P&gt;
&lt;P&gt;84 libname PG2 "&amp;amp;path";&lt;BR /&gt;NOTE: Library PG2 does not exist.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The name of the folder in the LIBNAME statement is incorrect. The is no such folder as s:/workshop/EPG2V2/data and so SAS cannot find this folder which doesn't exist (and why do you need a macro variable for this anyway?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing, because you didn't provide those details, that you are using a server version of SAS, perhaps SAS Studio, which cannot access your computer's local drives, such as the S: drive. In that case, you would have to upload the appropriate data set(s) to the server, and then access them via the server folder name in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 19:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854020#M1263</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-16T19:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Libname.sas issue on programming 2</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854023#M1264</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;The issue was on the path to data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 20:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Libname-sas-issue-on-programming-2/m-p/854023#M1264</guid>
      <dc:creator>eiraduku</dc:creator>
      <dc:date>2023-01-16T20:07:42Z</dc:date>
    </item>
  </channel>
</rss>

