<?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 Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/609082#M35210</link>
    <description>&lt;P&gt;First of all, are you connecting to a local SAS server from Enterprise Guide (Base SAS is installed on the same PC as Enterprise Guide and the connection profile is 'No Profile Selected'), or are you connecting to a remote SAS server? If a remote server, is the operating system Windows or Unix? When connecting to a remote SAS server from Enterprise Guide, the server needs to be able to access the path you are specifying on the LIBNAME statement. For example, a remote server will most likely not be set up to access the files on your local PC, but it may be able to access a shared network drive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;A UNC (universal naming convention) path uses double slashes or backslashes to precede the name of the computer. The path (disk and directories) within the computer are separated with a single slash or backslash, as in the following examples. Note that in the DOS/Windows example, drive letters (c:, d:, etc.) are &lt;U&gt;not&lt;/U&gt; used in UNC names.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//servername/path&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Unix&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;\\servername\path&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;DOS/Windows&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you may have a mapped drive on your PC that is using the drive letter 'F'. 'F' is actually mapped to a network server named&amp;nbsp;&lt;SPAN&gt;server123 and a directory named SAS_Files. Your training files are located in the subdirectory EGP194 within SAS_Files. So instead of using the path of 'F:\EGP194', the UNC path would be '\\server123\SAS_Files\EGP194'.&amp;nbsp; Does that help?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 15:22:17 GMT</pubDate>
    <dc:creator>jebjur</dc:creator>
    <dc:date>2019-12-03T15:22:17Z</dc:date>
    <item>
      <title>Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493062#M31773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS and&amp;nbsp;working through the SAS Programming 1: Essentials training. I am using SAS Enterprise Guide and I am connected to a SAS server. I am trying to set up my practice files. I am using the instructions provided&amp;nbsp;for SAS Windowing Environment. I copied the folder into the SAS drive and replaced the FILEPATH with the actual path for the folder. When I run the program, I get this error "LIbrary PG1 does not exist.". I have seen answers for similar posts but I am unable to figure out why this is not working. Please see the code below. I would really appreciate if someone can help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let path = F:\NSK\SAS_Training\EPG194;&lt;/P&gt;&lt;P&gt;libname PG1 "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;NSK&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;!--    Piwik    --&gt;&lt;!--    End Piwik Code    --&gt;&lt;!--    Piwik Image Tracker   --&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="container-fluid"&gt;&lt;DIV class="col-xs-12 p-a-1"&gt;&lt;DIV class="card"&gt;&lt;DIV class="card-block"&gt;&lt;DIV class="pull-xs-left"&gt;&lt;DIV class="page-context-header"&gt;&lt;DIV class="page-header-headings"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:22:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493062#M31773</guid>
      <dc:creator>NSK</dc:creator>
      <dc:date>2018-09-06T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493077#M31776</link>
      <description>&lt;P&gt;If you are running EG connected to a server then the SERVER has to see the path. If the server does not have an F drive mapped then it "doesn't exist".&lt;/P&gt;
&lt;P&gt;You need to ensure that the path is acceptable to the server. If the location is on a network shared drive or such you may need to use a different reference from the server's perspective. If the F drive is a local drive to your computer you will need to work with your SAS admin and/or IT folks to set up a share or something. Or use a different location both you and the server can access.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493077#M31776</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493116#M31780</link>
      <description>&lt;P&gt;Thank you for your quick response. The F drive is mapped to the SAS server. I am also able to see the folder in question under Servers -&amp;gt; SASApp -&amp;gt; Files on the left hand of the SAS Enterprise Guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of anything else that could be an issue?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493116#M31780</guid>
      <dc:creator>NSK</dc:creator>
      <dc:date>2018-09-06T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493125#M31781</link>
      <description>&lt;P&gt;Is the path the same?&amp;nbsp; Your SASapp server is running Windows also?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493125#M31781</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-06T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493127#M31782</link>
      <description>&lt;P&gt;Try using the UNC path instead of a mapped drive letter when you submit the LIBNAME statement from Enterprise Guide.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493127#M31782</guid>
      <dc:creator>jebjur</dc:creator>
      <dc:date>2018-09-06T17:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493130#M31783</link>
      <description>&lt;P&gt;When you run this code:&lt;/P&gt;
&lt;PRE&gt;%let path = F:\NSK\SAS_Training\EPG194;

libname PG1 "&amp;amp;path";
&lt;/PRE&gt;
&lt;P&gt;Do you get a result in the log that looks like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;NOTE: Libref PG1 was successfully assigned as follows:&lt;/PRE&gt;
&lt;P&gt;If not, then the library wasn't assigned and doesn't exist and you should perhaps post the log from running the LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493130#M31783</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-06T17:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493137#M31784</link>
      <description>&lt;P&gt;Please see the log below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;28&lt;BR /&gt;29 %let path = F:\NSK\SAS_Training\EPG194;&lt;BR /&gt;30&lt;BR /&gt;31 libname PG1 "&amp;amp;path";&lt;BR /&gt;NOTE: Library PG1 does not exist.&lt;BR /&gt;32&lt;BR /&gt;33 %_eg_hidenotesandsource;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 %_eg_hidenotesandsource;&lt;BR /&gt;50&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493137#M31784</guid>
      <dc:creator>NSK</dc:creator>
      <dc:date>2018-09-06T17:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493143#M31785</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;very much. I didnt know what UNC path is. I looked it up and replaced the F drive with the UNC path. And I cant believe but it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 %_eg_hidenotesandsource;&lt;BR /&gt;5 %_eg_hidenotesandsource;&lt;BR /&gt;28&lt;BR /&gt;29 %let path = \\server1088\Files\NSK\SAS_Training\EPG194;&lt;BR /&gt;30&lt;BR /&gt;31 libname PG1 "&amp;amp;path";&lt;BR /&gt;NOTE: Libref PG1 was successfully assigned as follows:&lt;BR /&gt;Engine: V9&lt;BR /&gt;Physical Name: \\server1088\Files\NSK\SAS_Training\EPG194&lt;BR /&gt;32&lt;BR /&gt;33 %_eg_hidenotesandsource;&lt;BR /&gt;45&lt;BR /&gt;46&lt;BR /&gt;47 %_eg_hidenotesandsource;&lt;BR /&gt;50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 18:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/493143#M31785</guid>
      <dc:creator>NSK</dc:creator>
      <dc:date>2018-09-06T18:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/584406#M34580</link>
      <description>&lt;P&gt;I was going crazy here.&amp;nbsp; I finally got it after copying my folder's path and pasting it into the code.&amp;nbsp; You guys opened my eyes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 03:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/584406#M34580</guid>
      <dc:creator>fernandavello</dc:creator>
      <dc:date>2019-08-28T03:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/590454#M34717</link>
      <description>&lt;P&gt;I have tried to copy the path to my folders but it still gives error someone should please help. I don't know if there is something that I an doing wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;%let path= C:\Users\Nurat\Documents\EPG194;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;libname PG1 "&amp;amp;path";&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Sep 2019 15:50:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/590454#M34717</guid>
      <dc:creator>toks020</dc:creator>
      <dc:date>2019-09-20T15:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/608928#M35209</link>
      <description>&lt;P&gt;I am having this issue too, even after reading this forum.&lt;/P&gt;&lt;P&gt;Initially I ran this as a tutorial I was following told me to:&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 /***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 /* In the line of code below, replace FILEPATH */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 /* with the path to your EPG194/data folder */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 /***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 %let path=~/EPG194/data;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 /* DO NOT EDIT THE CODE BELOW */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 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="sasSource"&gt;83&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Then I tried to use the folder location to resolve the error but that didn't work (because it is not the UNC path? I don't know what the UNC path is...)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 /***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 /* In the line of code below, replace FILEPATH */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 /* with the path to your EPG194/data folder */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 /***********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 %let path=C:\Users\claud\Documents\SAS;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 /* DO NOT EDIT THE CODE BELOW */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 /**********************************************/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 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="sasSource"&gt;83&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Any help on what a UNC path is, how to get it and how it should be inserted into the code?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Thanks.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Dec 2019 04:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/608928#M35209</guid>
      <dc:creator>cloudyeye</dc:creator>
      <dc:date>2019-12-03T04:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/609082#M35210</link>
      <description>&lt;P&gt;First of all, are you connecting to a local SAS server from Enterprise Guide (Base SAS is installed on the same PC as Enterprise Guide and the connection profile is 'No Profile Selected'), or are you connecting to a remote SAS server? If a remote server, is the operating system Windows or Unix? When connecting to a remote SAS server from Enterprise Guide, the server needs to be able to access the path you are specifying on the LIBNAME statement. For example, a remote server will most likely not be set up to access the files on your local PC, but it may be able to access a shared network drive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;A UNC (universal naming convention) path uses double slashes or backslashes to precede the name of the computer. The path (disk and directories) within the computer are separated with a single slash or backslash, as in the following examples. Note that in the DOS/Windows example, drive letters (c:, d:, etc.) are &lt;U&gt;not&lt;/U&gt; used in UNC names.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;//servername/path&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Unix&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;\\servername\path&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;DOS/Windows&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, you may have a mapped drive on your PC that is using the drive letter 'F'. 'F' is actually mapped to a network server named&amp;nbsp;&lt;SPAN&gt;server123 and a directory named SAS_Files. Your training files are located in the subdirectory EGP194 within SAS_Files. So instead of using the path of 'F:\EGP194', the UNC path would be '\\server123\SAS_Files\EGP194'.&amp;nbsp; Does that help?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 15:22:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/609082#M35210</guid>
      <dc:creator>jebjur</dc:creator>
      <dc:date>2019-12-03T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/609208#M35213</link>
      <description>Okay. I understand it in theory but I don't know practically how I find out what the server name or number is for the drive holding the files. If I'm using Windows 10, what do you actually need to do to get the server info for a drive? Unsure if I would be able to correctly write out the rest of the file location after the server either.&lt;BR /&gt;I've just been randomly plugging in file locations for a while now, trying to sort this -_- ha&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2019 23:41:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/609208#M35213</guid>
      <dc:creator>cloudyeye</dc:creator>
      <dc:date>2019-12-03T23:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/629362#M35635</link>
      <description>&lt;P&gt;I have the same issue. The files are on my c:\ drive. I am using Windows 10 as the OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I entered:&lt;/P&gt;&lt;P&gt;%let path=c:\SASUniversityEdition\myfolders\EPG194\;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I get error Library PG1 does not exist.&lt;/P&gt;&lt;P&gt;I can't see what I am doing wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried&lt;/P&gt;&lt;P&gt;\\localhost\c$\SASUniversityEdition\myfolders\EPG194\;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate it assistance with what I would think would be a simple task.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 07:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/629362#M35635</guid>
      <dc:creator>Karen29</dc:creator>
      <dc:date>2020-03-04T07:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/652889#M36151</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am encountering the same issue where I am assigning a library with a UNC path and the assigning of the libraries doesn't show any error but the log in the enterprise edition says that the library does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 14:37:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/652889#M36151</guid>
      <dc:creator>sidd315</dc:creator>
      <dc:date>2020-06-03T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Library PG1 does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/652899#M36152</link>
      <description>Check your Path. The error is from the link you referenced. You know you don’t have PC to SAS link. If it still does not work. I will be more than happy to help.</description>
      <pubDate>Wed, 03 Jun 2020 14:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Library-PG1-does-not-exist/m-p/652899#M36152</guid>
      <dc:creator>toks020</dc:creator>
      <dc:date>2020-06-03T14:56:51Z</dc:date>
    </item>
  </channel>
</rss>

