<?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: Creating Libname in SAS Studio in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647547#M22162</link>
    <description>&lt;P&gt;Since the XLSX libname can be used to create a new file, SAS does not access the file before you actually try to read from or write to the library. Therefore the success of the libname statement itself does not mean anything.&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 17:30:03 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-05-13T17:30:03Z</dc:date>
    <item>
      <title>Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646964#M22100</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;option validvarname=v7;&lt;BR /&gt;libname Coolinfo "C:\Users\ravon\Desktop\practices";&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;I am attempting to create a libname; but each time in the LOG I have a note stating "Note:&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: blue; font-family: Consolas,Courier,'Courier New'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Library Coolinfo does not exist."&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;On my desktop I have a few SAS table in the practices folder. What am I doing wrong?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;My version of SAS &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #000000; font-family: Consolas,Courier,'Courier New'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;is 9.04.01M6&lt;/SPAN&gt;&lt;/FONT&gt;&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>Tue, 12 May 2020 05:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646964#M22100</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-12T05:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646965#M22101</link>
      <description>The libname path is case sensitive, so please check the path again and copy/paste the same from the folder</description>
      <pubDate>Tue, 12 May 2020 05:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646965#M22101</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-05-12T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646984#M22102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313713"&gt;@armoore&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used to experience the same issue and its was solved by using slash (&lt;STRONG&gt;&lt;FONT color="#339966"&gt;/&lt;/FONT&gt;&lt;/STRONG&gt;) instead of back slash (&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;\&lt;/FONT&gt;&lt;/STRONG&gt;). So please, try this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname Coolinfo "C:/Users/ravon/Desktop/practices";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/646984#M22102</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-12T07:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647051#M22114</link>
      <description>&lt;P&gt;SAS Studio is part of a server installation (as it needs a web server and web application server to run).&lt;/P&gt;
&lt;P&gt;If the server name in your browser's address line for the Studio window is not localhost, then your SAS will most probably run on a remote server, and you cannot access your C: drive from there.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 11:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647051#M22114</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-12T11:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647480#M22155</link>
      <description>&lt;P&gt;I was able to get this to work&lt;/P&gt;&lt;P&gt;libname XO xlsx "C:/Users/ravon/Documents/np_info.xlsx";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The LOG states&lt;/P&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref XO was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSX&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: C:/Users/ravon/Documents/np_info.xlsx&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Thank you&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 May 2020 14:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647480#M22155</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-13T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647547#M22162</link>
      <description>&lt;P&gt;Since the XLSX libname can be used to create a new file, SAS does not access the file before you actually try to read from or write to the library. Therefore the success of the libname statement itself does not mean anything.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 17:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647547#M22162</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-13T17:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647599#M22168</link>
      <description>&lt;P&gt;Because I'm not able to access my C: drive using SAS Studio. Would that be the reason why I'm not able to save data sets to that library name example.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;libname XO xlsx "C:/Users/ravon/Documents/np_info.xlsx";&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;data XO.fastcars;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; set sashelp.cars;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; keep MSRP Type Origin;&lt;BR /&gt;run;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;Also, the reason SAS studio states &lt;U&gt;Library HAT does not exist&lt;/U&gt; for this libname statement below?&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;libname HAT base "C:/Users/ravon/Documents/yepyep/practices";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 19:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647599#M22168</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-13T19:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647604#M22169</link>
      <description>&lt;P&gt;Where is the version of SAS that you are using SAS/Studio to connect to running?&amp;nbsp; Is it running on your local machine (where you are running the browser that is connecting to SAS/Studio webpage?).&amp;nbsp; If you are using the free SAS University Edition then it is running in a virtual machine, so it is not really running on your machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But SAS/Studio provides a nice panel to let you browse the files that the SAS server can see. Find the file that you want to read (or the directory where you want to write to) in that panel.&amp;nbsp; Right click on it and ask for Properties.&amp;nbsp; That will show you the path that SAS is using the see that file.&amp;nbsp; Copy that path into your SAS code.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 20:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647604#M22169</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-13T20:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647624#M22173</link>
      <description>My version of SAS is 9.04.01M6.&lt;BR /&gt;Yes, Its I am running on my labtop where I have to connect to the SAS/Studio webpage.&lt;BR /&gt;&lt;BR /&gt;If I right click on the folder on my desktop. Then, select properties and copy location this is what is seen C:\Users\ravon\Desktop</description>
      <pubDate>Wed, 13 May 2020 20:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647624#M22173</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-13T20:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647638#M22175</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313713"&gt;@armoore&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;My version of SAS is 9.04.01M6.&lt;BR /&gt;Yes, Its I am running on my labtop where I have to connect to the SAS/Studio webpage.&lt;BR /&gt;&lt;BR /&gt;If I right click on the folder on my desktop. Then, select properties and copy location this is what is seen C:\Users\ravon\Desktop&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There isn't any "desktop" in SAS/Studio, checking the desktop on your PC does not help anything. Everything in SAS/Studio is in your browser.&amp;nbsp; Look at the Server Files and Folders area of the SAS/Studio browser window for file you want and check the properties there. Can that see a folder named C:\Users\ravon?&amp;nbsp; Or do you see only the /folders/myfolders/ area that the virtual Machine were the SAS University Edition version of SAS is running?&amp;nbsp; Or something else?&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 21:49:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647638#M22175</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-13T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647669#M22178</link>
      <description>&lt;P&gt;I have attached pictures of my view of the Server Files and Folders&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 04:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647669#M22178</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-14T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647671#M22179</link>
      <description>&lt;P&gt;You use SAS on Demand for Academics, the "odaws" on the top of your directory tree is the clue. Your SAS does not run on your desktop, it runs in the AWS cloud. Files must be uploaded through SAS Studio.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 04:46:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647671#M22179</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-14T04:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647876#M22192</link>
      <description>For my understanding, I will not be able to use a libname statement to create a library name in SAS Studio. Unless I manually upload it into SAS Studio?</description>
      <pubDate>Thu, 14 May 2020 17:08:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647876#M22192</guid>
      <dc:creator>armoore</dc:creator>
      <dc:date>2020-05-14T17:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647879#M22194</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/313713"&gt;@armoore&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;For my understanding, I will not be able to use a libname statement to create a library name in SAS Studio. Unless I manually upload it into SAS Studio?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SAS/Studio is just a browser based user interface to SAS.&amp;nbsp; SAS itself is running on some machine. So for SAS to access data (to read or write) then that machine needs to be able to access the location where the file exists.&lt;/P&gt;
&lt;P&gt;Assuming that what you really mean is whether you can access a file that exists on your PC from your SAS session then YES you need to make the file available on the machine where SAS is running.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A libname statement is a piece of SAS code that you use to create a libref (1 to 8 character name) that points to the where the data lives.&amp;nbsp; So you don't upload a LIBNAME statement.&amp;nbsp; You type it into your program and run it.&amp;nbsp; If you want to access data that is not currently on the machine where SAS is running then you need to do something to get SAS access to the data. There is an upload/download user interface in SAS/Studio.&amp;nbsp; But you an use other tools to move the files.&amp;nbsp; Or better just use a shared location that both your PC and the SAS server can access directly.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647879#M22194</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-05-14T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647885#M22195</link>
      <description>&lt;P&gt;You can of course use Studio to create a libname, we do that all the time. But it has to point to a location that the SAS session can "see". Since your SAS runs on the amazon cloud (and this also means a Linux system), you need to put existing files into the Linux filesystem, and point statements for files you intend to create to a place that exists and where you may write.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would expect that the introduction to your practices would cover all these things.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/647885#M22195</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-14T17:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764842#M30511</link>
      <description>&lt;P&gt;Wow, I just lost 2 hours on this very issue, after following the advice of the Little SAS Book: "SAS in insensitive to case so you can use uppercase, lowercase, or mixed case - whichever looks best to you". Clearly not a valid general statement.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764842#M30511</guid>
      <dc:creator>fpb1</dc:creator>
      <dc:date>2021-08-30T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764843#M30512</link>
      <description>&lt;P&gt;Referencing SAS variables and other objects in SAS code is case insensitive.&amp;nbsp; SAS does not care if your code use Name, NAME, nAME there is only one variable that it can match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But your operating system, in this case unix, has its own rules that you also need to understand.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764843#M30512</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-08-30T14:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Libname in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764900#M30514</link>
      <description>&lt;P&gt;Rule of thumb: anything between quotes needs to be treated as case sensitive.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 17:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Creating-Libname-in-SAS-Studio/m-p/764900#M30514</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-08-30T17:41:53Z</dc:date>
    </item>
  </channel>
</rss>

