<?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: data in Library but data does not exist? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110900#M258942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is FM FileMaker?&amp;nbsp; If so, what version are you on?&amp;nbsp; one thing you could try is to reissue the libname statement just prior to issuing the proc sql code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2012 21:55:36 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-10-29T21:55:36Z</dc:date>
    <item>
      <title>data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110899#M258941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to connect FM server data (here, PSB) into SAS using ODBC engine.&lt;/P&gt;&lt;P&gt;FM server drive was successfully installed for ODBC. Toad data point 3.2 also can connect FM server and I can see the data through Toad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problme is that it seems SAS connected the FM server with ODBC becasue I can see the list of all data table in the library. Proc contents also show the list of all data from the server.&lt;/P&gt;&lt;P&gt;However, when I tried to see the each table using proc sql, the error message comes up, saying the data does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stumped becase the libray has the list of all tables but cannot open each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone have this kind of problem happened before?&lt;/P&gt;&lt;P&gt;Please, help me to access the each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eunji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** I am using SAS 9.3TS1M0 with W32_7PRO platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt; font-family: Courier New;"&gt;*My SAS code;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;libname psb odbc dbprompt=yes defer=yes datasrc=PSB user=XXX &lt;A href="mailto:password=XXXXXXX@34"&gt;password=XXXXXXX&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;access&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=readonly preserve_tab_names=yes;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;proc contents&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=psb._ALL_ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;nods&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;proc sql&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;create&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; work.participants &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; psb.CANCERS;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 12pt;"&gt;*SAS log;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp; libname psb odbc dbprompt=yes defer=yes datasrc=PSB user=XXX password=XXXXXXX access=readonly&lt;/P&gt;&lt;P&gt;16 !&amp;nbsp; preserve_tab_names=yes;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;NOTE: Libref PSB was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODBC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: PSB&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;17&amp;nbsp;&amp;nbsp; proc contents data=psb._ALL_ nods; run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;18&amp;nbsp;&amp;nbsp; proc sql;&amp;nbsp; create table work.participants as&amp;nbsp; select * from psb.CANCERS;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;ERROR: File PSB.CANCERS.DATA does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;18 !&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110899#M258941</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-29T21:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110900#M258942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is FM FileMaker?&amp;nbsp; If so, what version are you on?&amp;nbsp; one thing you could try is to reissue the libname statement just prior to issuing the proc sql code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110900#M258942</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-10-29T21:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110901#M258943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your interest, Arthur.&lt;/P&gt;&lt;P&gt;My FM filemaker is v11. &lt;/P&gt;&lt;P&gt;How to reissue the libname statement? I am googling about this but don't know what that means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;eunji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:30:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110901#M258943</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110902#M258944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just a thought based on what i saw via a Google search.&amp;nbsp; There were 3 parts to the code you ran: libname, proc contents and proc sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm wondering is whether the file will be found if you remove the proc contents part, thus only have the libname and proc sql parts in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:53:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110902#M258944</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-10-30T17:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110903#M258945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a mildly educated guess here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In most cases, SAS has worked out how to locate the proper data set when capitalization is different.&amp;nbsp; Perhaps this is a case that hasn't been worked out.&amp;nbsp; Make sure the table name (CANCERS vs. Cancers vs. cancers) matches capitalization exactly with the table you are trying to pull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110903#M258945</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2012-10-30T18:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110904#M258946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's showing the same error message after removing proc contents. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110904#M258946</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T18:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110905#M258947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Astounding,tThank you for your reply.&lt;/P&gt;&lt;P&gt;I think the option of preserve_tab_names=yes in libname keeps the same table name.&lt;/P&gt;&lt;P&gt;All table names in the database is capitalized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110905#M258947</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110906#M258948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="5253" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; may be onto something.&amp;nbsp; I would try it with the exact opposite option, namely:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; preserve_tab_names=&lt;/SPAN&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110906#M258948</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-10-30T18:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110907#M258949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are 78 tables included in the library PSB.&lt;/P&gt;&lt;P&gt;If preserve_tab_names=no, then only 66 tables were in the list of library becasue some of the table name has space.&lt;/P&gt;&lt;P&gt;For example, the table with "ABS SURGERY" cannot be read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:46:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110907#M258949</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T18:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110908#M258950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood, but will using that option allow you to access the cancers table via proc sql?&amp;nbsp; If it will, Astounding would have been correct and you have to discover the true case of the spelling of your files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 18:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110908#M258950</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-10-30T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110909#M258951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neither of the case does work. &lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:22:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110909#M258951</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T19:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110910#M258952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said you can see them in the library. What happens when you open them directly from the library, does it open (assuming your using Windows here).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110910#M258952</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-30T19:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110911#M258953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I trid to open directly from the library, the SAS error window pops up, saying "The table either does not exist or cannot be dispayed. Would you like to choose a different tables to display?"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110911#M258953</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T19:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110912#M258954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears it might be a FileMaker issue and you could be hooped until you upgrade to V12:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://forums.filemaker.com/posts/c2d843a1ba?page=1" title="http://forums.filemaker.com/posts/c2d843a1ba?page=1"&gt;http://forums.filemaker.com/posts/c2d843a1ba?page=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing to try, connect to it via odbc and using Microsoft Access, take a look at the table names in Access. I once had a connection that had a weird schema that wasn't specified anywhere else. Once I added that in to my connection string in SAS things worked perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:41:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110912#M258954</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-30T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110913#M258955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reeza, thank you!&lt;/P&gt;&lt;P&gt;I knew that FileMaker issue is here. Unforunately, the data were entered in FM V11.&lt;/P&gt;&lt;P&gt;A person from FileMaker confirmed that&amp;nbsp; FM V12 cannot read the files in V11 :smileyshocked:.&lt;/P&gt;&lt;P&gt;I will try the way you have done and keep it posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mean while, I connected the FM server into R using a package of RODBC and read the data into SAS using PROC IML. This works!:smileylaugh:&lt;/P&gt;&lt;P&gt;However, another problem comes up. R missed some objecets from the table. :smileycry:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 20:02:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110913#M258955</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T20:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110914#M258956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can connect an Access DB to the FM table successfully, you might be able to use SAS to connect to Access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 20:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110914#M258956</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-30T20:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110915#M258957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could connect the FM tables to Access. How do I conncet SAS to Access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 22:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110915#M258957</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T22:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110916#M258958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname test access 'path to your access project here';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That usually does it I think. Unless your in Access 2007 and above, then it might be AccessCS or you may need to change things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 22:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110916#M258958</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-10-30T22:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: data in Library but data does not exist?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110917#M258959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Reeza.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works! I probably use this way to connect FM server unless I find anothr way to directly connect FM server into SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 23:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-in-Library-but-data-does-not-exist/m-p/110917#M258959</guid>
      <dc:creator>happyji</dc:creator>
      <dc:date>2012-10-30T23:03:47Z</dc:date>
    </item>
  </channel>
</rss>

