<?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 Orion Does not Exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261978#M51060</link>
    <description>&lt;P&gt;There should be instructions for University Edition, if not specifically for University Edition in AWS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try those instructions. It looks like your viewing the instructions for a desktop installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: I did confirm there are instructions for setup in SAS UE, as well as note at the bottom specifically for SAS UE on AWS. &amp;nbsp;I have not tested them however.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first test is reading the instructions &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 03:48:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-04-07T03:48:55Z</dc:date>
    <item>
      <title>Library Orion Does not Exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261972#M51057</link>
      <description>&lt;P&gt;This is my first time posting, ao I hope this is in the correct location.&lt;/P&gt;&lt;P&gt;I am attempting to get thruogh the e-learning couse for Programming 1 using the newest (I think 9.4) version of SAS. I am using AWS to run it.&lt;/P&gt;&lt;P&gt;There are a few setup slides, and I keep getting stuck on the second setup. Here are the steps (in bold):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Task 1: Create a folder for your practice files and define the orion library.&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create a folder named ecprg193 (the code for this course) in a location on your computer or network where you might typically store SAS files.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Open &lt;A href="https://support.sas.com/edu/OLTRN/ECPRG193/XLSfiles.zip" target="_blank"&gt;this ZIP file&lt;/A&gt; and extract the Excel files to the folder you created in the previous step.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Start SAS.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Copy and paste the following code into the Editor window in SAS. Don't run the code yet - you must edit it in the next step.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;STRONG&gt;%let path=FILEPATH\ecprg193; 
libname orion "&amp;amp;path";

&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Edit the program as follows:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;In the first line of the program, replace the word FILEPATH with the path to the ecprg193 folder you created in Step 1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Note: If you do not know the the filepath, right-click the ecprg193 folder in Windows Explorer and select Properties. Copy (Ctrl+C) the filepath next to Location, highlight FILEPATH in the Editor window, and paste (Ctrl+V) the filepath you copied.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Do not change anything in the second line of the program.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;STRONG&gt;Note: In Base SAS on Windows, you can use either backslashes ( \ ) or forward slashes ( / ) in your filepaths and SAS will interpret them correctly. Forward slashes are used in the example code in this course because they work in all SAS environments.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Click Submit &lt;IMG src="https://support.sas.com/edu/OLTRN/ECPRG193/eclibjr/images/win_submittool.png" alt="Submit tool" height="17" width="17" border="0" /&gt; to submit this program to SAS.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Check the log to make sure that the libref orion was successfully assigned.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;You should see the following note in the log:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;PRE&gt;&lt;STRONG&gt;NOTE: Libref ORION was successfully assigned &lt;/STRONG&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;OL&gt;&lt;OL&gt;&lt;OL&gt;You have defined the orion&lt;/OL&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;OL&gt;&lt;OL&gt;library and SAS knows where you are storing your practice files.&lt;/OL&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;If the program does not run successfully, make sure you created the folder that you are referencing, and review your program for errors. Correct the errors and resubmit the program.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Activate the Editor window and click Save &lt;IMG src="https://support.sas.com/edu/OLTRN/ECPRG193/eclibjr/images/win_savetool.png" alt="Save tool" height="17" width="17" border="0" /&gt;. Name the program setup.sas and save it in the same folder where you saved your practice files.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;IMPORTANT: Each time you start a new SAS session, you must open the setup.sas program from your folder location and submit it to define the orion library so that you have access to your practice files.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;With the Editor window still active, click Clear All &lt;IMG src="https://support.sas.com/edu/OLTRN/ECPRG193/eclibjr/images/win_cleartool.png" alt="Clear All tool" height="17" width="17" border="0" /&gt; to clear the its contents.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing this exactly. I created the folder on my desktop, I shared the folder to Everyone, and I still can't get it to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THis is what I typed in:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let path= C:\Users\PC_User\Desktop\ecprg193;&lt;BR /&gt;libname orion "&amp;amp;path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And this is the error I keep getting over and over:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;56 %let path= C:\Users\PC_User\Desktop\ecprg193;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 libname orion "&amp;amp;path";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Library ORION does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Can anyone help me out?&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Thanks!&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Kia&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Apr 2016 02:38:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261972#M51057</guid>
      <dc:creator>kiamatt</dc:creator>
      <dc:date>2016-04-07T02:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Library Orion Does not Exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261978#M51060</link>
      <description>&lt;P&gt;There should be instructions for University Edition, if not specifically for University Edition in AWS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try those instructions. It looks like your viewing the instructions for a desktop installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: I did confirm there are instructions for setup in SAS UE, as well as note at the bottom specifically for SAS UE on AWS. &amp;nbsp;I have not tested them however.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first test is reading the instructions &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 03:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261978#M51060</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-07T03:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Library Orion Does not Exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261992#M51065</link>
      <description>&lt;P&gt;Where are those instructions? CAn you paste the link you found them at?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261992#M51065</guid>
      <dc:creator>kiamatt</dc:creator>
      <dc:date>2016-04-07T04:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Library Orion Does not Exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261993#M51066</link>
      <description>&lt;P&gt;No, it's in the ecourses so there's no link.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set for University Edition and then a note at the bottom about AWS set up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261993#M51066</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-07T04:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Library Orion Does not Exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261994#M51067</link>
      <description>&lt;P&gt;Oh my. I feel silly. I thought each of those was setting up something different, not just for different versions! THank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 04:42:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Library-Orion-Does-not-Exist/m-p/261994#M51067</guid>
      <dc:creator>kiamatt</dc:creator>
      <dc:date>2016-04-07T04:42:41Z</dc:date>
    </item>
  </channel>
</rss>

