<?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: Library PG1 does not exist in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647147#M859</link>
    <description>And does your libname statement still not work?&lt;BR /&gt;&lt;BR /&gt;What about if it's hardcoded?&lt;BR /&gt;&lt;BR /&gt;libname pg 'C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\';</description>
    <pubDate>Tue, 12 May 2020 16:12:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-05-12T16:12:44Z</dc:date>
    <item>
      <title>Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646890#M852</link>
      <description>&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i Googled a few topics regarding this issue and I honestly can't seem to figure out what I'm doing wrong. I'm using SAS EG7.1 Windows application and get the error below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26 /***********************************************/&lt;BR /&gt;27 /* In the line of code below, replace FILEPATH */&lt;BR /&gt;28 /* with the path to your EPG1V2/data folder */&lt;BR /&gt;29 /***********************************************/&lt;BR /&gt;30&lt;BR /&gt;31 %let path=C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\;&lt;BR /&gt;32&lt;BR /&gt;33 /**********************************************/&lt;BR /&gt;34 /* DO NOT EDIT THE CODE BELOW */&lt;BR /&gt;35 /**********************************************/&lt;BR /&gt;36&lt;BR /&gt;37 libname PG1 "&amp;amp;path";&lt;BR /&gt;NOTE: Library PG1 does not exist.&lt;BR /&gt;38&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 21:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646890#M852</guid>
      <dc:creator>mohamedk</dc:creator>
      <dc:date>2020-05-11T21:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646892#M853</link>
      <description>Is EG running locally or on a server?&lt;BR /&gt;&lt;BR /&gt;Try running the following (it won't work but the error will help answer the question).&lt;BR /&gt;&lt;BR /&gt;ods excel file="C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\demo.xlsx";&lt;BR /&gt;&lt;BR /&gt;proc print data=sashelp.class;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;ods excel close;</description>
      <pubDate>Mon, 11 May 2020 21:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646892#M853</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-11T21:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646959#M857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked, got a results output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=PNG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 FILENAME EGSR TEMP;&lt;BR /&gt;15 ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR&lt;BR /&gt;16 STYLE=HtmlBlue&lt;BR /&gt;17 STYLESHEET=(URL="file:///C:/Program%20Files/SASHome/SASEnterpriseGuide/7.1/Styles/HtmlBlue.css")&lt;BR /&gt;18 NOGTITLE&lt;BR /&gt;19 NOGFOOTNOTE&lt;BR /&gt;20 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;21 ENCODING=UTF8&lt;BR /&gt;22 options(rolap="on")&lt;BR /&gt;23 ;&lt;BR /&gt;NOTE: Writing TAGSETS.SASREPORT13(EGSR) Body file: EGSR&lt;BR /&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26&lt;BR /&gt;27 ods excel file="C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\demo.xlsx";&lt;BR /&gt;28&lt;BR /&gt;29 proc print data=sashelp.class;&lt;BR /&gt;30 run;&lt;/P&gt;&lt;P&gt;NOTE: There were 19 observations read from the data set SASHELP.CLASS.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 04:37:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/646959#M857</guid>
      <dc:creator>mohamedk</dc:creator>
      <dc:date>2020-05-12T04:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647147#M859</link>
      <description>And does your libname statement still not work?&lt;BR /&gt;&lt;BR /&gt;What about if it's hardcoded?&lt;BR /&gt;&lt;BR /&gt;libname pg 'C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\';</description>
      <pubDate>Tue, 12 May 2020 16:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647147#M859</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-12T16:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647165#M861</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;The challenge is that &amp;amp;PATH is created with a full path down to the &lt;STRONG&gt;data&lt;/STRONG&gt; folder level in the data creation program The challenge is that when &amp;amp;PATH is then used in a program reference like this -- if the model syntaxl also includes the &lt;STRONG&gt;data&lt;/STRONG&gt; folder:&lt;BR /&gt;datafile="&amp;amp;path/&lt;STRONG&gt;data&lt;/STRONG&gt;/filename.ext" or&lt;BR /&gt;file="&amp;amp;path/&lt;STRONG&gt;output&lt;/STRONG&gt;/filename.ext" &lt;BR /&gt;then the macro variable resolution results in a Physical File not found message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;BR /&gt;A fully correct path should work for University Edition:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;datafile="/folders/myfolders/EPG1V2/data/filename.ext" &lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;file="/folders/myfolders/EPG1V2/output/filename.ext"&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname pg1 "/folders/myfolders/EPG1V2/data";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;And for SAS OnDemand for Academics, a fully correct path should work&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;datafile="/home/&amp;lt;yourUserID&amp;gt;/EPG1V2/data/filename.ext" &lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;or&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;file="/home/&amp;lt;yourUserID&amp;gt;/EPG1V2/output/filename.ext"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;or&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname pg1 "/home/&amp;lt;yourUserID&amp;gt;/EPG1V2/data";&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;We are aware that the instructions tell students to use &amp;amp;PATH in several programs, but there was a disconnect in the instructions and how we populate &amp;amp;PATH and we are working to update the instructions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; The challenge is that for the data creation program, THIS is the correct %LET statement:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;%let path=/folders/myfolders/EPG1V2/data;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;%let path=/home/&amp;lt;yourUserID&amp;gt;/EPG1V2/data;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But AFTER the data is created, then the SETUP.SAS or LIBNAME.SAS program will need to change to THIS instead (until we correct the issue):&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;%let path=/folders/myfolders/EPG1V2;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname pg1 "&amp;amp;path/data";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;%let path=/home/&amp;lt;yourUserID&amp;gt;/EPG1V2;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname pg1 "&amp;amp;path/data";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for your patience,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 17:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647165#M861</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-05-12T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647216#M862</link>
      <description>&lt;P&gt;Honestly not sure what I'm doing wrong - I used the below and get the same error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/***********************************************/
/* In the line of code below, replace FILEPATH */
/* with the path to your EPG1V2/data folder    */
/***********************************************/

%let path=c:\Users\Mohamed\Downloads\coursefiles\EPG1V2;

/**********************************************/
/* DO NOT EDIT THE CODE BELOW                 */
/**********************************************/
libname pg1 "&amp;amp;path\data";


libname pg 'C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\';&lt;/PRE&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;24&lt;BR /&gt;25 GOPTIONS ACCESSIBLE;&lt;BR /&gt;26&lt;BR /&gt;27 %let path=c:\Users\Mohamed\Downloads\coursefiles\EPG1V2;&lt;BR /&gt;28&lt;BR /&gt;29 /**********************************************/&lt;BR /&gt;30 /* DO NOT EDIT THE CODE BELOW */&lt;BR /&gt;31 /**********************************************/&lt;BR /&gt;32 libname pg1 "&amp;amp;path\data";&lt;BR /&gt;NOTE: Library PG1 does not exist.&lt;BR /&gt;33&lt;BR /&gt;34&lt;BR /&gt;35 libname pg 'C:\Users\Mohamed\Downloads\coursefiles\EPG1V2\data\';&lt;BR /&gt;NOTE: Library PG does not exist.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 19:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647216#M862</guid>
      <dc:creator>mohamedk</dc:creator>
      <dc:date>2020-05-12T19:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647247#M863</link>
      <description>Hi:&lt;BR /&gt;  Sorry, I did not focus on the fact that you are using Enterprise Guide. Do you have read/write access to your C: drive from Enterprise Guide.&lt;BR /&gt;&lt;BR /&gt;  One of the things you may have noticed is that there are NOT any Enterprise Guide instructions in the EPG1V2 set up. That's because we find that typically EG students cannot read from or write to their C: drives unless they are running a local copy of SAS. &lt;BR /&gt;&lt;BR /&gt;  Usually, if EG is on a server, they need to do this:&lt;BR /&gt;1) find a server location with write access -- usually involves their SAS Administrator and then the zip file contents need to be uploaded to the server folder; &lt;BR /&gt;or&lt;BR /&gt;2) run a program that writes all the course data to the WORK library. This is what we did in the prior version of Programming 1 (the EPG194 version). However, the course was put on the web for registrations without the Enterprise Guide instructions. So unless you have an alternate method of using SAS or you can get a folder with write access on the server or on a network drive you'll need to wait until we have specific Enterprise Guide instructions to write to the WORK location. We expect the instructions to be ready in the next few days.&lt;BR /&gt;&lt;BR /&gt;Thanks, in advance, for your patience,&lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 12 May 2020 21:22:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/647247#M863</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-05-12T21:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651144#M882</link>
      <description>&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;For&amp;nbsp;&lt;A href="https://vle.sas.com/mod/scorm/player.php?a=8494&amp;amp;currentorg=ORG-EPG1V2&amp;amp;scoid=19198" target="_blank" rel="noopener"&gt;https://vle.sas.com/mod/scorm/player.php?a=8494&amp;amp;currentorg=ORG-EPG1V2&amp;amp;scoid=19198&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://vle.sas.com/course/view.php?id=6856" target="_blank" rel="noopener"&gt;SAS Programming 1: Essentials&lt;/A&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; course university edition setup requires to run this code:&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;/***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 /* In the line of code below, replace FILEPATH */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 /* with the path to your EPG1V2/data folder */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 /***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 %let path= /folders/myfolders/EPG1V2/data;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 /* DO NOT EDIT THE CODE BELOW */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 libname PG1 "&amp;amp;path";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Library PG1 does not exist&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Seems this problem is not solved yet and wrong instruction is given &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 17:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651144#M882</guid>
      <dc:creator>amreshcg</dc:creator>
      <dc:date>2020-05-27T17:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651149#M883</link>
      <description>Could please provide more information? The instructions look correct to me. &lt;BR /&gt;&lt;BR /&gt;Did you download the data set and unzip it in the myfolders folder as instructed? Which part of the file path is incorrect? &lt;BR /&gt;&lt;BR /&gt;The only exception to the instructions below for me, was my Mac automatically unzipping the file so I had to move the whole folder to myfolders. &lt;BR /&gt;&lt;BR /&gt;Task 1 of 3: Copy the course files to your computer.&lt;BR /&gt;&lt;BR /&gt;Open this ZIP file and extract the files to the SASUniversityEdition/myfolders folder on your computer. The unzip process creates a folder named EPG1V2 that includes two SAS programs (setup.sas and createdata.sas) and five sub-folders: activities, data, demos, output, and practices.&lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2020 17:23:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651149#M883</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-27T17:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651152#M884</link>
      <description>1. In the *Server Files and* *Folders* panel, expand *My Folders*.&lt;BR /&gt;&lt;BR /&gt;2. Navigate to and expand the *EPG1V2* folder.&lt;BR /&gt;&lt;BR /&gt;Here you cant navigate at all//&lt;BR /&gt;</description>
      <pubDate>Wed, 27 May 2020 17:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651152#M884</guid>
      <dc:creator>amreshcg</dc:creator>
      <dc:date>2020-05-27T17:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651198#M885</link>
      <description>&lt;P&gt;Post an image. This is what happens and what I get when I run the code. Note that your log doesn't seem to print the path for some reason? I assume you dumped the zip file into myfolders from your computer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 68         
 69         /***********************************************/
 70         /* In the line of code below, replace FILEPATH */
 71         /* with the path to your EPG1V2/data folder    */
 72         /***********************************************/
 73         
 74         %let path=/folders/myfolders/EPG1V2/data;
 75         
 76         /**********************************************/
 77         /* DO NOT EDIT THE CODE BELOW                 */
 78         /**********************************************/
 79         
 80         libname PG1 "&amp;amp;path";
 NOTE: Libref PG1 was successfully assigned as follows: 
       Engine:        V9 
       Physical Name: /folders/myfolders/EPG1V2/data
 81         
 82         
 83         
 84         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 94       &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 May 2020 19:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Library-PG1-does-not-exist/m-p/651198#M885</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-05-27T19:53:54Z</dc:date>
    </item>
  </channel>
</rss>

