<?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 Libref PG2 empty (referencing EPG2V2) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904227#M357260</link>
    <description>&lt;P&gt;I'm following the programming 2 course and tried to set up the practice data. I got the EPG2V2 folder in server files and folders. But now I tried to make a libref:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname PG2 '/home/u63625667/EPG2V2';&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;The library PG2 get's made but it's empty? Even though I don't get any errors. Ideas to fix this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Nov 2023 13:28:26 GMT</pubDate>
    <dc:creator>NikiV</dc:creator>
    <dc:date>2023-11-22T13:28:26Z</dc:date>
    <item>
      <title>Libref PG2 empty (referencing EPG2V2)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904227#M357260</link>
      <description>&lt;P&gt;I'm following the programming 2 course and tried to set up the practice data. I got the EPG2V2 folder in server files and folders. But now I tried to make a libref:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname PG2 '/home/u63625667/EPG2V2';&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;The library PG2 get's made but it's empty? Even though I don't get any errors. Ideas to fix this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 13:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904227#M357260</guid>
      <dc:creator>NikiV</dc:creator>
      <dc:date>2023-11-22T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Libref PG2 empty (referencing EPG2V2)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904229#M357262</link>
      <description>&lt;P&gt;Is there a message in the log like "libref PG2 has been successfully assigned" ?&lt;/P&gt;
&lt;P&gt;Are any dataset in the directory? Are the names in lowcase?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2023 14:21:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904229#M357262</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-11-22T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Libref PG2 empty (referencing EPG2V2)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904230#M357263</link>
      <description>Yes, there's a message in the log. And I'm not sure what the directory is. But the EPG2V2 folder is not empty while the PG2 is. Also the path is copy pasted from the properties of EPG2V2.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2023 14:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904230#M357263</guid>
      <dc:creator>NikiV</dc:creator>
      <dc:date>2023-11-22T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Libref PG2 empty (referencing EPG2V2)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904236#M357268</link>
      <description>Hi:&lt;BR /&gt;  Typically, in these programs for the Programming 1 and Programming 2 course, the correct path would be something like:&lt;BR /&gt;libname pg2 '/home/u12345678/EPG2V2/data';&lt;BR /&gt;  (note that you specify the data subfolder in the LIBNAME statement, same as in the LIBNAME you needed to use for the PG1 library).&lt;BR /&gt;  I recommend that you go back and make sure that you have a data subfolder and that you have data sets in the data subfolder. If you do NOT have a data subfolder or if you have a data subfolder but it is empty, that is an indication that the data setup program did not run correctly.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 22 Nov 2023 14:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904236#M357268</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-11-22T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Libref PG2 empty (referencing EPG2V2)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904527#M357368</link>
      <description>Apparently I had to add 'data' to the path to fix my problem, thank you!</description>
      <pubDate>Sat, 25 Nov 2023 19:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libref-PG2-empty-referencing-EPG2V2/m-p/904527#M357368</guid>
      <dc:creator>NikiV</dc:creator>
      <dc:date>2023-11-25T19:16:03Z</dc:date>
    </item>
  </channel>
</rss>

