<?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: error defining a library in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795007#M32895</link>
    <description>&lt;P&gt;Try this, but be warned if you are running interactive SAS you might need to restart your session to correct unbalanced quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME pg1 base "/home/u60593001/EPG1V2/data/" ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Feb 2022 15:55:14 GMT</pubDate>
    <dc:creator>AMSAS</dc:creator>
    <dc:date>2022-02-08T15:55:14Z</dc:date>
    <item>
      <title>error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795000#M32889</link>
      <description>&lt;P&gt;LIBNAME pg1 base ""/home/u60593001/EPG1V2/data/"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;ERROR: libref PG1 is not assigned.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 22-7: Invalid option name OPTIONS&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;showing this error.. how to fix it&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:39:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795000#M32889</guid>
      <dc:creator>chitrajeth</dc:creator>
      <dc:date>2022-02-08T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795001#M32890</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413501"&gt;@chitrajeth&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;LIBNAME pg1 base ""/home/u60593001/EPG1V2/data/"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;ERROR: libref PG1 is not assigned.&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;
&lt;DIV class=""&gt;ERROR 22-7: Invalid option name OPTIONS&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;showing this error.. how to fix it&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If that is indeed what you used for code there are too many quotes at the beginning. There should be either one single quote or one double quote (the same type) before and after the path.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795001#M32890</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-08T15:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795002#M32891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413501"&gt;@chitrajeth&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You appear to have too many quotes at the start of the library path. Try again after removing one of the quotes at the start of the path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795002#M32891</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2022-02-08T15:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795004#M32892</link>
      <description>&lt;P&gt;And there needs to be a semi-colon after the LIBNAME command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And there is no BASE engine that I know of (although maybe there is when you use operating systems that I have never used).&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:49:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795004#M32892</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-02-08T15:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795005#M32893</link>
      <description>&lt;P&gt;Still showing the error&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:54:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795005#M32893</guid>
      <dc:creator>chitrajeth</dc:creator>
      <dc:date>2022-02-08T15:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795006#M32894</link>
      <description>still showing the same error</description>
      <pubDate>Tue, 08 Feb 2022 15:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795006#M32894</guid>
      <dc:creator>chitrajeth</dc:creator>
      <dc:date>2022-02-08T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795007#M32895</link>
      <description>&lt;P&gt;Try this, but be warned if you are running interactive SAS you might need to restart your session to correct unbalanced quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME pg1 base "/home/u60593001/EPG1V2/data/" ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795007#M32895</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2022-02-08T15:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795008#M32896</link>
      <description>LIBNAME pg1 "/home/u60593001/EPG1V2/data/"&lt;BR /&gt;&lt;BR /&gt;ERROR: Libref PG1 is not assigned.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;ERROR 22-7: Invalid option name OPTIONS.&lt;BR /&gt;&lt;BR /&gt;same error</description>
      <pubDate>Tue, 08 Feb 2022 15:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795008#M32896</guid>
      <dc:creator>chitrajeth</dc:creator>
      <dc:date>2022-02-08T15:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795009#M32897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/413501"&gt;@chitrajeth&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If none of the responses given so far help, then I suggest you post more of your log using the "&amp;lt;/&amp;gt;" (Insert Code) icon, showing some lines before and after the &lt;FONT face="courier new,courier"&gt;libname&lt;/FONT&gt; statement, as one of the errors refers to "options" which is not in the code you have posted:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ERROR 22-7: Invalid option name OPTIONS&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795009#M32897</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2022-02-08T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: error defining a library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795010#M32898</link>
      <description>Thank you so much.. It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 08 Feb 2022 15:59:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/error-defining-a-library/m-p/795010#M32898</guid>
      <dc:creator>chitrajeth</dc:creator>
      <dc:date>2022-02-08T15:59:29Z</dc:date>
    </item>
  </channel>
</rss>

