<?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: A question on SAS dictionary tables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134277#M36462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using Oracle I find it very helpful to also use SQLDeveloper (free client, can be downloaded from Oracle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and as a hint: When downloading/installing the 64bit Windows SQLDeveloper version point it to a 32 bit jdk (version 6.x) - took me a lot of Googling to figure this one out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 11:13:26 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2013-05-16T11:13:26Z</dc:date>
    <item>
      <title>A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134273#M36458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to use SAS dictionary tables. I have ODBC connection to an oracle database. I do not have a database diagram and try to use SAS dictionary to display the tables in this database. I can successfully display the members (the library I defined) of my dictionary. I wonder if I can display the data/tables within the library and how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the codes I wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*my connection to the database*/&lt;/P&gt;&lt;P&gt;libname sql odbc prompt; /*define sql as the libname*/&lt;/P&gt;&lt;P&gt;%put %superq(sysdbmsg);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*display all the libraries i have ever defined*/&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.tables;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Library sql is one of them. The member name is CTAR_Datamart_prod and name is ODBC. all other information are empty. How can I display the tables in this sql library. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 18:53:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134273#M36458</guid>
      <dc:creator>Vickey</dc:creator>
      <dc:date>2013-05-15T18:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134274#M36459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Oracle tables, check out this paper:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scsug.org/SCSUGProceedings/2011/poling2/FINDING%20ORACLE%20TABLE%20METADATA%20WITH%20SAS.pdf" title="http://www.scsug.org/SCSUGProceedings/2011/poling2/FINDING%20ORACLE%20TABLE%20METADATA%20WITH%20SAS.pdf"&gt;http://www.scsug.org/SCSUGProceedings/2011/poling2/FINDING%20ORACLE%20TABLE%20METADATA%20WITH%20SAS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Other database, you can find their Meta data info here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Information_schema" title="http://en.wikipedia.org/wiki/Information_schema"&gt;Information schema - Wikipedia, the free encyclopedia&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 19:18:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134274#M36459</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-05-15T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134275#M36460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also try exploring proc datasets, I guess that shiould help you!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 19:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134275#M36460</guid>
      <dc:creator>sascom10</dc:creator>
      <dc:date>2013-05-15T19:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134276#M36461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/38/112.html" title="http://support.sas.com/kb/38/112.html"&gt;http://support.sas.com/kb/38/112.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 02:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134276#M36461</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2013-05-16T02:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134277#M36462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using Oracle I find it very helpful to also use SQLDeveloper (free client, can be downloaded from Oracle).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and as a hint: When downloading/installing the 64bit Windows SQLDeveloper version point it to a 32 bit jdk (version 6.x) - took me a lot of Googling to figure this one out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 11:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134277#M36462</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-05-16T11:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: A question on SAS dictionary tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134278#M36463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, KeShan. This is indeed very handy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:36:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-question-on-SAS-dictionary-tables/m-p/134278#M36463</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-05-16T13:36:17Z</dc:date>
    </item>
  </channel>
</rss>

