<?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: How to get a detailed (coding) data dictionary from database? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234935#M42999</link>
    <description>&lt;P&gt;Thanks everyone for your replying. My database has more than 500 tables. We do not have a detailed data dictionary. I could enter the database as a front user to check for each table and find out the code. However, this is not an efficient way.&amp;nbsp;Thank you for your input and the useful informaton.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2015 21:08:55 GMT</pubDate>
    <dc:creator>Yurie</dc:creator>
    <dc:date>2015-11-16T21:08:55Z</dc:date>
    <item>
      <title>How to get a detailed (coding) data dictionary from database?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234886#M42990</link>
      <description>&lt;P&gt;Hello, everyone&lt;/P&gt;
&lt;P&gt;I need to pull out a detailed coding data dictionary from my database. I tried &lt;STRONG&gt;proc contents&lt;/STRONG&gt; and&lt;STRONG&gt; proc sql dictionary.tables&lt;/STRONG&gt;. However, I only get a broad data dictionary. I want to know is there a way I can find a detailed coding dictionary? For example: there are numeric number 1-99 in the column TYPE in my table A. I want to know what does each number represent? I am very appreicate for any suggestions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234886#M42990</guid>
      <dc:creator>Yurie</dc:creator>
      <dc:date>2015-11-16T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a detailed (coding) data dictionary from database?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234887#M42991</link>
      <description>&lt;P&gt;There is not automatic tables for what you describe (if understand you correctly).&lt;/P&gt;
&lt;P&gt;To find what values are stored in a certain column/variable, you need to query the table itself. Of the columns is indexed, you can get min/max values from the metadata (dictionary/contents etc).&lt;/P&gt;
&lt;P&gt;What code values represent - that's a design and documentations issue. Again, no automatic function in SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234887#M42991</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-11-16T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a detailed (coding) data dictionary from database?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234889#M42992</link>
      <description>&lt;P&gt;Sometimes the information that translates your codes 1-99 is stored in a format that is assigned to a variable.&amp;nbsp; You can print the contents of a format by adding the FMTLIB option to PROC FORMAT.&amp;nbsp; However, that same format may be applied to many variables, not just one.&amp;nbsp; The format is connected to the data by adding a FORMAT statement to a DATA step, and the translations are not considered a permanent part of the data.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 17:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234889#M42992</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2015-11-16T17:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a detailed (coding) data dictionary from database?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234926#M42998</link>
      <description>How do you know what the TYPE variables mean based on your data. If you have another column that maps to it, you could run a proc freq. However, this information would be considered business knowledge and not really a technical problem in my opinion.  The only impact of that is that the solution cannot be automated.</description>
      <pubDate>Mon, 16 Nov 2015 20:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234926#M42998</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-16T20:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a detailed (coding) data dictionary from database?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234935#M42999</link>
      <description>&lt;P&gt;Thanks everyone for your replying. My database has more than 500 tables. We do not have a detailed data dictionary. I could enter the database as a front user to check for each table and find out the code. However, this is not an efficient way.&amp;nbsp;Thank you for your input and the useful informaton.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2015 21:08:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-get-a-detailed-coding-data-dictionary-from-database/m-p/234935#M42999</guid>
      <dc:creator>Yurie</dc:creator>
      <dc:date>2015-11-16T21:08:55Z</dc:date>
    </item>
  </channel>
</rss>

