<?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: Libref is not assigned in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489987#M6088</link>
    <description>&lt;P&gt;Yes,&amp;nbsp;removing Cars.dta from path&amp;nbsp;worked fine. Thank you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Aug 2018 07:37:09 GMT</pubDate>
    <dc:creator>a13</dc:creator>
    <dc:date>2018-08-27T07:37:09Z</dc:date>
    <item>
      <title>Libref is not assigned</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489975#M6084</link>
      <description>&lt;P&gt;I am getting the errors mentioned in the screenshots while writing the program. I am using the SAS Studio via Oracle VM Virtual Box, so I don't have the path available for specifying the libname, I'm exporting the Cars table into my folders and then using that path. Please help me on how to specify the path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489975#M6084</guid>
      <dc:creator>a13</dc:creator>
      <dc:date>2018-08-27T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Libref is not assigned</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489977#M6085</link>
      <description>&lt;P&gt;Please post the log using {i}-icon.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489977#M6085</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-08-27T06:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Libref is not assigned</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489982#M6086</link>
      <description>&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;LOGS:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;72&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;73&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;74 /* %let dirdata="/folders/myfolders/CARS.csv"; */&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;75 libname libsas '/folders/myfolders/CARS.dta';&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR: Library LIBSAS is not in a valid format for access method RANDOM.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR: Error in the LIBNAME statement.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;76 /*1*/&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;77 /* data snow.snowfall; */&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;78 data libsas.ecars;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;79 set sashelp.cars;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;80 where Origin='Europe';&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;81 run;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR: Libref LIBSAS is not assigned.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;NOTE: DATA statement used (Total process time):&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;real time 0.00 seconds&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;cpu time 0.00 seconds&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;82 proc print data=libsas.ecars;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;EM&gt;ERROR: Libref LIBSAS is not assigned.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;83 run;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;real time 0.00 seconds&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;cpu time 0.00 seconds&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;84&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;85&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;86&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;87 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;EM&gt;100&lt;/EM&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489982#M6086</guid>
      <dc:creator>a13</dc:creator>
      <dc:date>2018-08-27T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Libref is not assigned</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489985#M6087</link>
      <description>&lt;P&gt;You are including a file name (cars.dta) in your libname statement when it should only contain a folder&amp;nbsp;name. If you change your libname statement to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname libsas '/folders/myfolders';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Your code will work&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489985#M6087</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2018-08-27T07:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Libref is not assigned</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489987#M6088</link>
      <description>&lt;P&gt;Yes,&amp;nbsp;removing Cars.dta from path&amp;nbsp;worked fine. Thank you. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 07:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Libref-is-not-assigned/m-p/489987#M6088</guid>
      <dc:creator>a13</dc:creator>
      <dc:date>2018-08-27T07:37:09Z</dc:date>
    </item>
  </channel>
</rss>

