<?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: About SAS Libraries in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/536244#M6608</link>
    <description>&lt;P&gt;Thank you very much！It occurred to me that I just forgot that Excel files cannot be opened in SAS when I review the whole videos. Still thanks a lot!&lt;/P&gt;</description>
    <pubDate>Sun, 17 Feb 2019 15:20:23 GMT</pubDate>
    <dc:creator>赵家钧</dc:creator>
    <dc:date>2019-02-17T15:20:23Z</dc:date>
    <item>
      <title>About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534405#M6319</link>
      <description>&lt;P&gt;I'm learing how to master sas enterprise guide with the help of the sas official course SAS® Programming 1: Essentials. But, in one course activity, I find the temporary library created by me can be conducted but can't be opened and read directly (using proc print and contents is available still) . I'm feeeeeeeel very puzzled, coming here for professional help. I'm wondering if there is a mistake with my software or my software settings?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 09:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534405#M6319</guid>
      <dc:creator>赵家钧</dc:creator>
      <dc:date>2019-02-11T09:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534412#M6322</link>
      <description>&lt;P&gt;Please show us the code (and the corresponding log) that does not work as intended. See my footnotes for hinst on posting code, logs and data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 09:49:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534412#M6322</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-11T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534414#M6323</link>
      <description>libname NP xlsx "D:\SAS Learning Windowing\EPG194\data\np_info.xlsx";&lt;BR /&gt;options validvarname=v7;&lt;BR /&gt;&lt;BR /&gt;Above is my code. I run it. And the 'NP' Library is created successfully and can be used in further programs, but I can't open and read the contents directly by simply doulbe-click.</description>
      <pubDate>Mon, 11 Feb 2019 10:14:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534414#M6323</guid>
      <dc:creator>赵家钧</dc:creator>
      <dc:date>2019-02-11T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534415#M6324</link>
      <description>After I double click,the software goes out of control and a circle keep going. I just lose control of the software except shuting it down violently.</description>
      <pubDate>Mon, 11 Feb 2019 10:18:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534415#M6324</guid>
      <dc:creator>赵家钧</dc:creator>
      <dc:date>2019-02-11T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534523#M6344</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;In that example in Programing 1, you are using the LIBNAME engine for Excel files to explore the Excel workbook. If you are using the Enterprise Guide instructions, you should have used &amp;amp;PATH.&lt;BR /&gt;&lt;BR /&gt;If you followed the directions for making the data for class, you should have created an EG project with an AUTOEXEC Process Flow. The way the Enterprise Guide instructions work in Programming 1 is that you run the AUTOEXEC to make the data files EVERY time you open the project.&lt;BR /&gt;&lt;BR /&gt;We make the files for Programming 1, by default, in your WORK folder, every time you open the project. And we make a helper macro variable, &amp;amp;PATH, that stores the location of your WORK library. In the solution to that Activity, you are instructed to use &amp;amp;PATH.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="np_info_activity.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27055i640ED856FCF2C409/image-size/large?v=v2&amp;amp;px=999" role="button" title="np_info_activity.png" alt="np_info_activity.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Did you follow the directions to make an AUTOEXEC folder in your EG project? Or did you change the data creation program? Frequently, EG users cannot read from files stored on their local computer. This is why the Course Overview instructions for EG make the data in WORK every time you open the project that you set up in the data creation step.&lt;BR /&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 16:41:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/534523#M6344</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-02-11T16:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: About SAS Libraries</title>
      <link>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/536244#M6608</link>
      <description>&lt;P&gt;Thank you very much！It occurred to me that I just forgot that Excel files cannot be opened in SAS when I review the whole videos. Still thanks a lot!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 15:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/About-SAS-Libraries/m-p/536244#M6608</guid>
      <dc:creator>赵家钧</dc:creator>
      <dc:date>2019-02-17T15:20:23Z</dc:date>
    </item>
  </channel>
</rss>

