<?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: can't create libname pg1 as per sas programming essentials 1 -access data module in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/634021#M21189</link>
    <description>Thanks Cynthia, missed the part where it was Libraries not Servers Files and Folders.</description>
    <pubDate>Mon, 23 Mar 2020 00:53:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2020-03-23T00:53:28Z</dc:date>
    <item>
      <title>can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633928#M21179</link>
      <description>&lt;P&gt;Hello team of knowledge base,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having an issue where I am self learning sas programming essentials 1 module two-access data. When I give the correct file path to Create the library , I keep getting an error..libname does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the syntax I am using is libname pg1 "file path" and the folder I am accessing is epg194/data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me what I am doing incorrectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 11:58:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633928#M21179</guid>
      <dc:creator>borivlikar</dc:creator>
      <dc:date>2020-03-22T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633932#M21180</link>
      <description>Please see the exact syntax below:&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 libname pg1 "SAVESSD/Users/Rahulsave/downloads/epg194/data";&lt;BR /&gt;NOTE: Library PG1 does not exist.&lt;BR /&gt;74 run;&lt;BR /&gt;75&lt;BR /&gt;76&lt;BR /&gt;77 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;89</description>
      <pubDate>Sun, 22 Mar 2020 12:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633932#M21180</guid>
      <dc:creator>borivlikar</dc:creator>
      <dc:date>2020-03-22T12:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633934#M21181</link>
      <description>Library created but not sure if it has data in it. can't save to EPG194 folder.</description>
      <pubDate>Sun, 22 Mar 2020 12:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633934#M21181</guid>
      <dc:creator>borivlikar</dc:creator>
      <dc:date>2020-03-22T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633935#M21182</link>
      <description>&lt;P&gt;You don't want to use a RELATIVE path.&amp;nbsp; Especially when running SAS via SAS/Studio where you have no control over what the current directory that the SAS process is using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Unix ABSOLUTE paths must start with the root node. So the path must start with / .&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 13:04:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633935#M21182</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-22T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633936#M21183</link>
      <description>I apologize tom. Not sure what relative path means. my understanding is very basic so if you don't mind explaining it more...I will try it.</description>
      <pubDate>Sun, 22 Mar 2020 13:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633936#M21183</guid>
      <dc:creator>borivlikar</dc:creator>
      <dc:date>2020-03-22T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633938#M21184</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borivlikar_0-1584883206938.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37181i7CBF4691A2220800/image-size/medium?v=v2&amp;amp;px=400" role="button" title="borivlikar_0-1584883206938.png" alt="borivlikar_0-1584883206938.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PG1 libref created but has not data in it. Furthermore when I try to save the program docent allow me to save anywhere in epg194. currently stored in some folders/myfolders/libname.sas ( not sure where this is from---- saw this message at base of the sas study window)&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 13:21:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633938#M21184</guid>
      <dc:creator>borivlikar</dc:creator>
      <dc:date>2020-03-22T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633939#M21185</link>
      <description>You asked SAS to look in the current directory for a sub-directory named SAVESSD and then more sub-directories under that.  It is NOT finding such a directory.  Instead you should start the path with a / so that it starts at the top level directory and then works its way down to the Users directory.  Also remember that on Unix all filenames are case sensitive.   &lt;A href="https://homepages.uc.edu/~thomam/Intro_Unix_Text/File_System.html" target="_blank"&gt;https://homepages.uc.edu/~thomam/Intro_Unix_Text/File_System.html&lt;/A&gt;&lt;BR /&gt;Make sure to follow the instructions exactly. Also make sure you are following the instructions for how you are running SAS.  SAS University Edition run in a virtual machine that runs on your computer.  The path you showed is more like you would get when running on full Unix system.  Perhaps one of the cloud based on demand servers that SAS also provides?</description>
      <pubDate>Sun, 22 Mar 2020 13:50:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633939#M21185</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-22T13:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633966#M21186</link>
      <description>/folders/myfolders/ is the path that is used by SAS University Edition to point to the actual folder on your physical machine.  Again notice how I typed the root node slash, which is different than how you typed it.    So you might have mapped that to some folder like C:\users\myname\SAS on your machine if you are running windows or some other path.  If you are using a mac then the path will look like a unix path since MacOS is just a flavor of unix.  So it will start with a slash instead of a drive letter.&lt;BR /&gt;So in your SAS code you need to always use /folders/myfolders/ as the starting point for your paths.  From there you should be able to see any files you put into the folder on your real machine that are in or under the folder you shared.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Mar 2020 16:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633966#M21186</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-03-22T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633985#M21187</link>
      <description>&lt;P&gt;Go the PG1 folder in the picture, right click it and select properties. Copy the path in the properties and use EXACTLY that as your path. Unless you're using a private installation of SAS I don't think your path is correct for either SAS UE or SAS On Demand for Academics.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/317804"&gt;@borivlikar&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="borivlikar_0-1584883206938.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/37181i7CBF4691A2220800/image-size/medium?v=v2&amp;amp;px=400" role="button" title="borivlikar_0-1584883206938.png" alt="borivlikar_0-1584883206938.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PG1 libref created but has not data in it. Furthermore when I try to save the program docent allow me to save anywhere in epg194. currently stored in some folders/myfolders/libname.sas ( not sure where this is from---- saw this message at base of the sas study window)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 20:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/633985#M21187</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-22T20:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/634020#M21188</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Please do NOT go to Libraries. Please go to Server Files and Folders. Find the EPG194/data folder. Right click on the folder IN THE SERVER FILES AND FOLDERS pane and choose Properties. Then look on the LOCATION field on the popup window. That shows you the EXACT full path location you need to use. It appears that you are using SAS University Edition in a Virtual Machine. IF (and only IF) you have defined your shared folders correctly, the path should be something like this:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;libname pg1 "&lt;FONT color="#FF00FF"&gt;/folders/myfolders&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;/EPG194/data&lt;FONT color="#000000"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;IF you did NOT define your shared folders correctly, then I suggest you go back to the setup instructions for SAS University Edition and make sure you've correctly defined the shared folder location.&lt;BR /&gt;&lt;BR /&gt;Whether you are using a Mac or a Windows machine, with SAS University Edition, &lt;U&gt;&lt;STRONG&gt;if you have shared folders correctly defined&lt;/STRONG&gt;&lt;/U&gt;, the "high level" part of your path should ALWAYS be: &lt;FONT face="courier new,courier" color="#FF00FF"&gt;&lt;STRONG&gt;/folders/myfolders&lt;/STRONG&gt;&lt;/FONT&gt; then the subfolders under that location (like EPG194) will be:&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF00FF"&gt;/folders/myfolders&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;/EPG194&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#FF00FF"&gt;/folders/myfolders&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;/EPG194/data&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt; (for the main data folder)&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;/folders/myfolders&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;/EPG194/output&lt;/FONT&gt;&lt;/STRONG&gt; &lt;/FONT&gt;(for the output folder)&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 00:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/634020#M21188</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-03-23T00:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: can't create libname pg1 as per sas programming essentials 1 -access data module</title>
      <link>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/634021#M21189</link>
      <description>Thanks Cynthia, missed the part where it was Libraries not Servers Files and Folders.</description>
      <pubDate>Mon, 23 Mar 2020 00:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/can-t-create-libname-pg1-as-per-sas-programming-essentials-1/m-p/634021#M21189</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-23T00:53:28Z</dc:date>
    </item>
  </channel>
</rss>

