<?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 OUT does not exist error message in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643368#M21918</link>
    <description>&lt;P&gt;In this code:&lt;/P&gt;
&lt;PRE&gt;74 libname out "s:/workshop/output"&lt;/PRE&gt;
&lt;P&gt;SAS expects to find 1) a drive named S&amp;nbsp; , do you have one? If not change the drive letter to a drive that you have.&lt;/P&gt;
&lt;P&gt;2) That the the drive has a folder named Workshop. Do you have such a folder? If not create it using operation system tools&lt;/P&gt;
&lt;P&gt;3) Workshop folder should also have a folder named Output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 17:12:08 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-04-27T17:12:08Z</dc:date>
    <item>
      <title>Library OUT does not exist error message</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643365#M21917</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using SAS Studio and on lesson 2 of SAS programming 1: Essentials, I tried running the demo p101d01.sas, however in the Log I receive an ERROR: Library Out does not exist.&amp;nbsp;Below is the lesson 2 program which is a demo I did not create. I am currently on lesson 4 (and was referring back to lesson 2 for help) and receiving the same error message while performing the first activity of the lesson.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Modify the path if necessary;&lt;BR /&gt;libname out "s:/workshop/output";&lt;/P&gt;&lt;P&gt;data class_copy1 out.class_copy2;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter dijitContentPaneSingleChild"&gt;&lt;DIV class="dijitBorderContainer dijitContainer row-fluid dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitAlignCenter dijitContentPaneSingleChild dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane"&gt;&lt;DIV class="tabs dijitBorderContainer dijitContainer dojoDndTarget dijitLayoutContainer sasStudioTabsParentContainer dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasStudioTabsTabContainer sasStudioTabsTabContainerVertical sasStudioTabsTop dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer sasStudioTabsTabContainerChild dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dojoDndTarget dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer dojoDndContainerOver"&gt;&lt;DIV class="dijitTabContainer dijitTabContainerTop dijitContainer dijitLayoutContainer tabStrip-disabled sasSuiteTabs dijitBorderContainer-child dijitBorderContainer-dijitTabContainerTop dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV class="dijitTabPaneWrapper dijitTabContainerTop-container dijitAlignCenter"&gt;&lt;DIV class="dijitTabContainerTopChildWrapper dijitVisible"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitTabPane dijitTabContainerTop-child dijitTabContainerTop-dijitBorderContainer dijitLayoutContainer"&gt;&lt;DIV class="dijitBorderContainer dijitContainer dijitBorderContainer-child dijitBorderContainer-dijitBorderContainer dijitBorderContainerPane dijitAlignCenter dijitLayoutContainer"&gt;&lt;DIV class="dijitContentPane dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignCenter"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 *Modify the path if necessary;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 libname out "s:/workshop/output";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Library OUT does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 data class_copy1 out.class_copy2;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 set sashelp.class;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Library OUT does not exist.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.CLASS_COPY1 may be incomplete. When this step was stopped there were 0 observations and 5 variables.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set WORK.CLASS_COPY1 was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;user cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;system cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;memory 831.96k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;OS Memory 25256.00k&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Timestamp 04/27/2020 04:43:42 PM&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Step Count 73 Switch Count 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Faults 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Reclaims 123&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Page Swaps 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Voluntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Involuntary Context Switches 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Input Operations 0&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Block Output Operations 8&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 class="sasSource"&gt;79&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="dijitContentPane statusBar dijitBorderContainer-child dijitBorderContainer-dijitContentPane dijitBorderContainerPane dijitAlignBottom"&gt;&amp;nbsp;&lt;/DIV&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643365#M21917</guid>
      <dc:creator>Franca01</dc:creator>
      <dc:date>2020-04-27T17:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Library OUT does not exist error message</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643368#M21918</link>
      <description>&lt;P&gt;In this code:&lt;/P&gt;
&lt;PRE&gt;74 libname out "s:/workshop/output"&lt;/PRE&gt;
&lt;P&gt;SAS expects to find 1) a drive named S&amp;nbsp; , do you have one? If not change the drive letter to a drive that you have.&lt;/P&gt;
&lt;P&gt;2) That the the drive has a folder named Workshop. Do you have such a folder? If not create it using operation system tools&lt;/P&gt;
&lt;P&gt;3) Workshop folder should also have a folder named Output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 17:12:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643368#M21918</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-04-27T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Library OUT does not exist error message</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643399#M21919</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you are using Programming 1, we make an OUTPUT folder under the EPG194 main folder for the class. So here are some sample LIBNAME statements depending on how you are using SAS:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;/folders/myfolders/&lt;/FONT&gt;&lt;FONT color="#008000"&gt;EPG194/output&lt;/FONT&gt;";&amp;nbsp; /* SAS University Edition in a Virtual Machine */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;/home/&amp;lt;userID&amp;gt;/&lt;/FONT&gt;&lt;FONT color="#008000"&gt;EPG194/output&lt;/FONT&gt;";&amp;nbsp; /* SAS OnDemand for Academics account */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;&amp;amp;path&lt;/FONT&gt;";&amp;nbsp; /* SAS Enterprise Guide when following the instructions in the course to use &amp;amp;PATH */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;c:\SAS_Class\&lt;/FONT&gt;&lt;FONT color="#008000"&gt;EPG194\output&lt;/FONT&gt;";&amp;nbsp; /* on a local Windows install using Display Manger or SAS Studio */&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you followed the setup instructions, please look for your output folder under the EPG194 main folder. If you do NOT have an output folder, please go back to the Course Overview and Data Setup instructions and follow them again. After the programs run, you should have an output folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In the video, the instructor is using an S: drive location because she is working in a classroom lab environment that has an S:\workshop folder set up for the class. You probably don't have this type of classroom image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 19:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Library-OUT-does-not-exist-error-message/m-p/643399#M21919</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-04-27T19:12:41Z</dc:date>
    </item>
  </channel>
</rss>

