<?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: Libname Error Help in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/706214#M26335</link>
    <description>&lt;P&gt;Hi Bre!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was having a really similar issue when working with the HypAnalysis1 data set for homework. I think your LIBNAME statement might be too long (I used HypRes)! Also, im not sure what version of SAS you may be using but I had a ton of issues with SAS OnDemand when I was using it (raw data wouldn't open, libraries weren't saving correctly, etc) and I can honestly say when I downloaded university edition I had way less issues like this! Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2020 05:20:25 GMT</pubDate>
    <dc:creator>bfreeman0402</dc:creator>
    <dc:date>2020-12-16T05:20:25Z</dc:date>
    <item>
      <title>Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703252#M25988</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the Libname statements I am using, I keep getting an Error on Libname "HypeResults." Here is a copy of the Libname and the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%LET CourseRoot = /folders/myfolders/My Folders/BIOS6680;&lt;BR /&gt;LIBNAME HypTabs "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/3_Tabulations";&lt;BR /&gt;LIBNAME Hypan1 "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/4_Analysis";&lt;BR /&gt;Libname HypResults "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/5_Results";&lt;BR /&gt;/* Enter additional LIBNAME statements */&lt;BR /&gt;/* Enter any necessary options in an OPTIONS statement*/&lt;BR /&gt;OPTIONS FMTSEARCH= (Hyptabs.hypformats WORK LIBRARY)&lt;BR /&gt;NOFMTERR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 * Instructions:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 1) Change the path in the %LET statement to the location of the BIOS 6680 course root folder&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 2) Submit the %LET and LIBNAME statements below *;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 %LETCourseRoot = /folders/myfolders/My Folders/BIOS6680;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 LIBNAME HypTabs"/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/3_Tabulations";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref HYPTABS was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/3_Tabulations&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 LIBNAME Hypan1 "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/4_Analysis";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref HYPAN1 was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/4_Analysis&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 Libname HypResults "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/5_Results";&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: HypResults is not a valid SAS name.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: Error in the LIBNAME statement.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 /* Enter additional LIBNAME statements */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 /* Enter any necessary options in an OPTIONS statement*/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 OPTIONS FMTSEARCH= (Hyptabs.hypformats WORK LIBRARY)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 NOFMTERR;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;98&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Do you initially see anything wrong with my HypResults Libname?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 02:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703252#M25988</guid>
      <dc:creator>bhufman</dc:creator>
      <dc:date>2020-12-03T02:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703253#M25989</link>
      <description>&lt;P&gt;Hi there!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this naming convention may be too long. Try "HypRslt" instead of HypResults&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 02:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703253#M25989</guid>
      <dc:creator>Allie_Haun</dc:creator>
      <dc:date>2020-12-03T02:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703265#M25991</link>
      <description>&lt;PRE&gt;Libname HypResults "/folders/myfolders/My Folders/BIOS6680/Cancer RCT/Data/5_Results";&lt;/PRE&gt;
&lt;P&gt;Libnames are &lt;STRONG&gt;always&lt;/STRONG&gt; limited to a maximum of &lt;STRONG&gt;8&lt;/STRONG&gt; characters, the first character must be a letter or the _ character, others letter, digit or _. No other characters allowed.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 04:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703265#M25991</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-03T04:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703945#M26072</link>
      <description>&lt;P&gt;Hi Breanna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another issue you may be having is that your LIBNAME statements include "Cancer RCT" in the location route. I believe this should be "Hypertension Study" instead. Hope this also helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LIBNAME HypTabs "/folders/myfolders/My Folders/BIOS6680/&lt;FONT color="#FF0000"&gt;Cancer RCT&lt;/FONT&gt;/Data/3_Tabulations";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LIBNAME Hypan1 "/folders/myfolders/My Folders/BIOS6680/&lt;FONT color="#FF0000"&gt;Cancer RCT&lt;/FONT&gt;/Data/4_Analysis";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Libname Hyp&lt;FONT color="#000000"&gt;Results&lt;/FONT&gt; "/folders/myfolders/My Folders/BIOS6680/&lt;FONT color="#FF0000"&gt;Cancer RCT&lt;/FONT&gt;/Data/5_Results";&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2020 18:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/703945#M26072</guid>
      <dc:creator>AnnaWoolery</dc:creator>
      <dc:date>2020-12-06T18:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/706143#M26326</link>
      <description>&lt;P&gt;Hey BHufman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your libname error, I am pretty sure the libname statement can only be 8 character long. So would need to reduce it HypRslts at the max in order have it be valid.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 22:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/706143#M26326</guid>
      <dc:creator>Rohan_Garg4</dc:creator>
      <dc:date>2020-12-15T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Libname Error Help</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/706214#M26335</link>
      <description>&lt;P&gt;Hi Bre!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was having a really similar issue when working with the HypAnalysis1 data set for homework. I think your LIBNAME statement might be too long (I used HypRes)! Also, im not sure what version of SAS you may be using but I had a ton of issues with SAS OnDemand when I was using it (raw data wouldn't open, libraries weren't saving correctly, etc) and I can honestly say when I downloaded university edition I had way less issues like this! Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Brandon&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 05:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Libname-Error-Help/m-p/706214#M26335</guid>
      <dc:creator>bfreeman0402</dc:creator>
      <dc:date>2020-12-16T05:20:25Z</dc:date>
    </item>
  </channel>
</rss>

