<?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 Help accessing sas libraries in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169206#M12972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to practice my programming for the base certification exam and I cannot seem to access the data in the libraries that came with EG 6.1. The SAS certification prep guide says use the libref.filename statement but it says the library I am accessing does not exist. The libraries and data I am trying to access is located on the SASapp server. Do I need to define the libraries path in a LIBNAME statement to let my program know the physical location of the library I am trying access. For example I am running a program that reads as follows:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LIBNAME&lt;/TD&gt;&lt;TD&gt;AAEM 'SAS:\Servers\SASApp\Libraries\AAEM';&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DATA AAEM.BANK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc print data=AAEM.BANK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this subject is greatly appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 15:38:44 GMT</pubDate>
    <dc:creator>keydet51</dc:creator>
    <dc:date>2014-02-10T15:38:44Z</dc:date>
    <item>
      <title>Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169206#M12972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to practice my programming for the base certification exam and I cannot seem to access the data in the libraries that came with EG 6.1. The SAS certification prep guide says use the libref.filename statement but it says the library I am accessing does not exist. The libraries and data I am trying to access is located on the SASapp server. Do I need to define the libraries path in a LIBNAME statement to let my program know the physical location of the library I am trying access. For example I am running a program that reads as follows:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LIBNAME&lt;/TD&gt;&lt;TD&gt;AAEM 'SAS:\Servers\SASApp\Libraries\AAEM';&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;DATA AAEM.BANK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc print data=AAEM.BANK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this subject is greatly appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169206#M12972</guid>
      <dc:creator>keydet51</dc:creator>
      <dc:date>2014-02-10T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169207#M12973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the library you're trying to access is for use with SAS Enterprise Miner (not SAS Enterprise Guide) -- at least, within the SAS OnDemand environment.&amp;nbsp; Is that what you're using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LIBNAME path that you specify must map to a physical path on the host system where your SAS session is.&amp;nbsp; In the SAS OnDemand environment, you might try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname aaem “/tutorials/em/data/aaem”;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I found that in some support material -- I don't know if it's available in your environment.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If running everything locally, I'd expect the LIBNAME path to be a local path such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname sample "C:\Program Files\SASHome\x86\SASEnterpriseGuide\6.1\Sample\Data";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the EG sample data -- not the EM sample that might enclosed the BANK data you reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 15:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169207#M12973</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-02-10T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169208#M12974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SAS EG 6.1 which is the one that came with the SAS on demand academics for students. I understand that I have to specify the physical location of the data being accessed. I am trying to access it from the server and I clicked on properties of the library AAEM which reads:&lt;/P&gt;&lt;P&gt;Type: Library&lt;/P&gt;&lt;P&gt;Server: SASApp&lt;/P&gt;&lt;P&gt;Engine: BASE&lt;/P&gt;&lt;P&gt;Location: /Shared Data/Libraries/AAEM&lt;/P&gt;&lt;P&gt;Options: ACCESS=READONLY&lt;/P&gt;&lt;P&gt;Libref: AAEM&lt;/P&gt;&lt;P&gt;Read Only: Yes&lt;/P&gt;&lt;P&gt;Tempory: No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the appropriate Syntax that will allow me to access the data and print it.&lt;/P&gt;&lt;P&gt;Thank you for all your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 17:23:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169208#M12974</guid>
      <dc:creator>keydet51</dc:creator>
      <dc:date>2014-02-10T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169209#M12975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname AAEM meta library="AAEM";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will use the library metadata to assign the library, and you won't need to know the physical path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 17:36:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169209#M12975</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-02-10T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169210#M12976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help and patience as this is the correct code. However, I am denied access to the BANK data. The error message reads, "Write access to member AAEM.BANK.DATA is denied." I can access the data when I physically&amp;nbsp; go into the library and click on it but it is not letting me access it through the code. Any reason as to why this is? Thanks again for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 20:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169210#M12976</guid>
      <dc:creator>keydet51</dc:creator>
      <dc:date>2014-02-10T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169211#M12977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;libname AAEM meta library="AAEM" access=readonly;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;And see how that does...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Or,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;libname AAEM meta library="AAEM" metaout=data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 20:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169211#M12977</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2014-02-10T20:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169212#M12978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it it to work. Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 00:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169212#M12978</guid>
      <dc:creator>keydet51</dc:creator>
      <dc:date>2014-02-11T00:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help accessing sas libraries</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169213#M12979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post what you found out please? It would help other people looking at this post!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:26:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-accessing-sas-libraries/m-p/169213#M12979</guid>
      <dc:creator>boop</dc:creator>
      <dc:date>2014-04-15T14:26:54Z</dc:date>
    </item>
  </channel>
</rss>

