<?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: Using libname from linux in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599088#M172866</link>
    <description>&lt;P&gt;Looks like the&amp;nbsp;SYBASEIQ engine is not properly installed on that version of SAS.&lt;/P&gt;
&lt;P&gt;Check with your local support team.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 16:22:34 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-10-24T16:22:34Z</dc:date>
    <item>
      <title>Using libname from linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599085#M172865</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i assign a library in SAS environment EG, there's no problem using this syntax :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname NAMEXXX SYBASEIQ DATABASE=PRODT SERVER=XXPROD PORT=9999 HOST=XXXPROD SCHEMA=DBO&lt;BR /&gt;USER=XXXXXXX07 PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when i try to use it in linux invironment (executing a sas program from linux) example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[user@promt]$ /sas94/sashome/SASFoundation/9.4/sasexe/sas /sasxxx/temp/&lt;FONT color="#FF0000"&gt;L1.sas&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I get this error :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;ERROR: Could not load /sas94/sashome/SASFoundation/9.4/sasexe/sassiq (33 images loaded)&lt;BR /&gt;ERROR: libdbodbc16.so: cannot open shared object file: No such file or directory&lt;BR /&gt;1 libname NAMEXXX SYBASEIQ DATABASE=PRODT SERVER=XXXXX_PROD PORT=9999 HOST=XXXXXXPROD SCHEMA=DBO&lt;BR /&gt;1 ! USER=XXXXXXX07 PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;BR /&gt;ERROR: The SAS/ACCESS Interface to SAPIQ cannot be loaded. The SASSIQ code appendage could not be loaded.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;BR /&gt;ERROR: Errors printed on page 1.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;This only happens when the library has a conections with the database sybaseiq.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;when i assign a library like this&amp;nbsp;&lt;STRONG&gt;libname namelib base "/sasxxx/folder";&lt;/STRONG&gt;&amp;nbsp; it works fine&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 16:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599085#M172865</guid>
      <dc:creator>Jose6</dc:creator>
      <dc:date>2019-10-24T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using libname from linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599088#M172866</link>
      <description>&lt;P&gt;Looks like the&amp;nbsp;SYBASEIQ engine is not properly installed on that version of SAS.&lt;/P&gt;
&lt;P&gt;Check with your local support team.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 16:22:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599088#M172866</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-10-24T16:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using libname from linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599130#M172887</link>
      <description>&lt;P&gt;Since you running metadata-enabled SAS servers - you have to be to be using EG - I would expect that you would run SAS batch jobs from your configured SAS batch server directory to ensure you pick up the correct SAS configurations. In Windows it looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;\SAS\Config\Lev1\SASApp\BatchServer\sasbatch.bat&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it is probably something similar on linux with forward slashes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 19:15:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599130#M172887</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-10-24T19:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using libname from linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599196#M172911</link>
      <description>&lt;P&gt;Thks Guys, i guess the problem is refer to :&lt;/P&gt;&lt;P&gt;This is caused by the Linux loader not loading a dependency of the major version number that differs from the version number at load time.&lt;/P&gt;&lt;P&gt;To work around this issue, use Sybase IQ version 15.4.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 22:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/599196#M172911</guid>
      <dc:creator>Jose6</dc:creator>
      <dc:date>2019-10-24T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using libname from linux</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/603705#M174923</link>
      <description>&lt;P&gt;Hi Guys i got this solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To work-around this error you can create a soft link in the same directory as the libdbodbc16.so file. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ln -s libdbodbc16.so libdbodbc12.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should result in :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;libdbodbc12.so -&amp;gt; ./libdbodbc16.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and then the Sybase IQ should work as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And don´t forget to check the library path !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 20:40:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-libname-from-linux/m-p/603705#M174923</guid>
      <dc:creator>Jose6</dc:creator>
      <dc:date>2019-11-12T20:40:29Z</dc:date>
    </item>
  </channel>
</rss>

