<?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: SAS Remote Library Invisible Datasets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166594#M32085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mostly I code the local libref&amp;nbsp; as Barnipaz indicated. The slibref being sure for the remote lib connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2014 16:59:44 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-04-03T16:59:44Z</dc:date>
    <item>
      <title>SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166584#M32075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am connecting to Remote databases and then referencing it through local library assign but all the datasets are invisible. I can still run the sql query and extract the information but cannot view the tables at all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let user1 = xxxxxxxx;&lt;/P&gt;&lt;P&gt;options remote = xxxx comamid = tcp;&lt;/P&gt;&lt;P&gt;filename rlink "...";&lt;/P&gt;&lt;P&gt;signon;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rsubmit;&lt;/P&gt;&lt;P&gt;libname abc odbc dsn = "xxx" ;&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname abc server = user1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Library abc is mapped but no dataset is visible but query can be made if we already know the table names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166584#M32075</guid>
      <dc:creator>bnarang</dc:creator>
      <dc:date>2014-04-03T11:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166585#M32076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have permission to view the database but you do not have permission to view/read the tables in the database.&amp;nbsp; Have the database administrator grant you read access.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166585#M32076</guid>
      <dc:creator>jwillis</dc:creator>
      <dc:date>2014-04-03T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166586#M32077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be that you do not have read privilege on the directory, just execute. If the remote server is UNIX, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 11:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166586#M32077</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-04-03T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166587#M32078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the read access rights to the database and database tables. I know the tables and can query but cannot see the tables. thats the whole problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166587#M32078</guid>
      <dc:creator>bnarang</dc:creator>
      <dc:date>2014-04-03T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166588#M32079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand your dilemna.&amp;nbsp; I had the same issue.&amp;nbsp; My issue had to be corrected by the database administrators.&amp;nbsp; In my case I was running PC SAS and accessing the databases through a remote SAS session running on UNIX.&amp;nbsp; The UNIX SAS session had read rights to the database and could bring the data out of the database.&amp;nbsp; I personally did not have read access to the database and I could not see the tables in the database from my PC.&amp;nbsp; I could not see the tables until my userid was given permission to read the database tables. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:20:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166588#M32079</guid>
      <dc:creator>jwillis</dc:creator>
      <dc:date>2014-04-03T12:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166589#M32080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bnarang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you use ODBC connection defined on the SAS server.&lt;/P&gt;&lt;P&gt;Maybe you should have a look on it. (odbc.ini). Do you access an Oracle database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, ask your SAS-administrator to change the username to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define schema with your libname statement, too:&lt;/P&gt;&lt;P&gt;libname abc odbc dsn = "xxx" schema = "YYY";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is important to use uppercase schema-name with odbc connection for Oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Sándor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 12:49:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166589#M32080</guid>
      <dc:creator>SandorSzalma</dc:creator>
      <dc:date>2014-04-03T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166590#M32081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SandoSzalma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya, I am using Oracle database only. I have tried second option by putting Schema is libname statement but that did not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rsubmit;&lt;/P&gt;&lt;P&gt;libname abc odbc dsn = "xxx" schema = "YYYY";&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;libname abc server = user ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166590#M32081</guid>
      <dc:creator>bnarang</dc:creator>
      <dc:date>2014-04-03T15:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166591#M32082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname abc slibref=abc server = user ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the slibref statment &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166591#M32082</guid>
      <dc:creator>Barnipaz</dc:creator>
      <dc:date>2014-04-03T15:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166592#M32083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah. sorry that is there. Having that also did not help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:48:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166592#M32083</guid>
      <dc:creator>bnarang</dc:creator>
      <dc:date>2014-04-03T15:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166593#M32084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I'm missing something here. And certainly a more complete code example would help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two library assignments, one within a RSUBMIT and one local.&amp;nbsp;&amp;nbsp; You say that you can successfully execute a query if you know the table. Is that within the remote submit or locally? The reason I ask is that I wonder why you don't have the ODBC option in the local libname, i.e. why you aren't using the ODBC engine locally, since you are using it remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, maybe I'm missing something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166593#M32084</guid>
      <dc:creator>optimist</dc:creator>
      <dc:date>2014-04-03T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166594#M32085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mostly I code the local libref&amp;nbsp; as Barnipaz indicated. The slibref being sure for the remote lib connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 16:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166594#M32085</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-04-03T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166595#M32086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bnarang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using ODBC but I am using a local Windows version of SAS to connect to UNIX SAS, Oracle and SAS libraries on the UNIX box.&lt;/P&gt;&lt;P&gt;Within the rsubmit / endrsubmit statements, I define the rfdata library and the userid and encrypted macros for the Oracle DB. These are run on the Unix box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp; mentioned before, for the work library on the remote box, I'm using slibref.&amp;nbsp; I define rfdata on the windows box and use the remote engine to point to it.&lt;/P&gt;&lt;P&gt;These statement allow me to view the datasets using SAS Explorer in Windows SAS.&amp;nbsp; I also do the same for the Oracle connection.&lt;/P&gt;&lt;P&gt;I'm not familiar with ODBC, its been about 15 years since I used it, but this should point you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bob&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rsubmit rmtbox;&lt;BR /&gt;&amp;nbsp; %let userid=rfitz;&lt;BR /&gt;&amp;nbsp; %let pw=%str({SASENC}xxxxxxxxxxxxxxxxxxxxxx);&lt;BR /&gt;&amp;nbsp; libname rfdata '/net/rfdata' ;&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname work_r remote slibref=WORK server=rmtbox;&lt;BR /&gt;libname rfdata remote '/net/rfdata' server =rmtbox;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rsubmit rmtbox;&lt;BR /&gt;&amp;nbsp; libname sandbox oracle user="&amp;amp;userid" pass="&amp;amp;pw" path='sanddb' schema=sandbox;&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname sandbox remote server=rmtbox;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 18:17:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166595#M32086</guid>
      <dc:creator>BobFitz</dc:creator>
      <dc:date>2014-04-03T18:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166596#M32087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try these options. Many Thanks for your valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 09:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/166596#M32087</guid>
      <dc:creator>bnarang</dc:creator>
      <dc:date>2014-04-04T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Remote Library Invisible Datasets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/492650#M129499</link>
      <description>&lt;P&gt;Hey jwillis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar problem as well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A user was able to define the library through a ODBC source to teradata successfully using PC SAS and also successfully query the tables present inside .&lt;/P&gt;&lt;P&gt;However she is not able to extract the list of datatsets under that Teradata schema using Proc datasets or by expanding the Library!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teradata DBA has confirmed she had perfect READ acces to this schema.&lt;/P&gt;&lt;P&gt;What could be the potential issue here? Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 13:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Remote-Library-Invisible-Datasets/m-p/492650#M129499</guid>
      <dc:creator>ArunAthithan</dc:creator>
      <dc:date>2018-09-05T13:24:40Z</dc:date>
    </item>
  </channel>
</rss>

