<?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 Having problem with coding on SAS University Edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591751#M169577</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Open a new file, write a LIBNAME statement to create a library named PG1 that reads SAS tables in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;folder. Here is an example of the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://media.cheggcdn.com/media/f01/f0181f73-6f07-4a8e-80fc-134de2b4176c/phpTssYSZ.png" border="0" alt="libname pgl base s:/workshop/data;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It says "you will need to change the path to the path of YOUR data folder". so here is what I have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;libname pg1 base "/Files/PG1/data";&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then it tells me that&amp;nbsp;"Library PG1 does not exist",&amp;nbsp;can anyone tell me what the right path is (The data needed is in the PG1 folder)?&lt;EM&gt;&lt;SPAN&gt;&lt;IMG src="https://media.cheggcdn.com/media/52a/52a3019e-f809-4e24-a241-d3b0c5c035c2/phprfGrjd.png" border="0" alt="Server Files and Folders . wfic-sas-comput ► Folder Shortcuts - Files (Home) activities A A A A A data demos EPG194 output PG" /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS University Edition and I'm using Macbook.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2019 03:38:00 GMT</pubDate>
    <dc:creator>aabbccwyt</dc:creator>
    <dc:date>2019-09-26T03:38:00Z</dc:date>
    <item>
      <title>Having problem with coding on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591751#M169577</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Open a new file, write a LIBNAME statement to create a library named PG1 that reads SAS tables in the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;folder. Here is an example of the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG src="https://media.cheggcdn.com/media/f01/f0181f73-6f07-4a8e-80fc-134de2b4176c/phpTssYSZ.png" border="0" alt="libname pgl base s:/workshop/data;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It says "you will need to change the path to the path of YOUR data folder". so here is what I have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;libname pg1 base "/Files/PG1/data";&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then it tells me that&amp;nbsp;"Library PG1 does not exist",&amp;nbsp;can anyone tell me what the right path is (The data needed is in the PG1 folder)?&lt;EM&gt;&lt;SPAN&gt;&lt;IMG src="https://media.cheggcdn.com/media/52a/52a3019e-f809-4e24-a241-d3b0c5c035c2/phprfGrjd.png" border="0" alt="Server Files and Folders . wfic-sas-comput ► Folder Shortcuts - Files (Home) activities A A A A A data demos EPG194 output PG" /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I'm using SAS University Edition and I'm using Macbook.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 03:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591751#M169577</guid>
      <dc:creator>aabbccwyt</dc:creator>
      <dc:date>2019-09-26T03:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Having problem with coding on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591754#M169579</link>
      <description>&lt;P&gt;1. I don't use UE but maybe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;libname pg1 base "~/Files/PG1/data";&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;works?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 03:56:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591754#M169579</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-26T03:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Having problem with coding on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591756#M169580</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;&amp;nbsp;The data needed is in the PG1 folder&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Why do you point to the data folder then?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 03:58:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591756#M169580</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-09-26T03:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Having problem with coding on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591758#M169581</link>
      <description>&lt;P&gt;Thank you. It works.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 04:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Having-problem-with-coding-on-SAS-University-Edition/m-p/591758#M169581</guid>
      <dc:creator>aabbccwyt</dc:creator>
      <dc:date>2019-09-26T04:03:18Z</dc:date>
    </item>
  </channel>
</rss>

