<?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: Metadata in sas7bdat files in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Metadata-in-sas7bdat-files/m-p/781618#M31819</link>
    <description>&lt;P&gt;The only metadata available are the variable attributes like type, length, format,.... and constraints (if any).&lt;/P&gt;
&lt;P&gt;You can easily report on this metadata using SAS&lt;/P&gt;
&lt;PRE&gt;proc contents data=&amp;lt;libref&amp;gt;.&amp;lt;table name&amp;gt;;
run;quit;

or for all tables under a libref:
proc contents data=&amp;lt;libref&amp;gt;._all_;
run;quit;&lt;/PRE&gt;</description>
    <pubDate>Mon, 22 Nov 2021 01:43:24 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2021-11-22T01:43:24Z</dc:date>
    <item>
      <title>Metadata in sas7bdat files</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Metadata-in-sas7bdat-files/m-p/781617#M31818</link>
      <description>&lt;P&gt;I have a series of 58 monthly survey data sets in sas7bdat format. When I open the data I see that categorical variables (columns) are coded with numeric values (e.g., male = 0, female = 1, etc.). I was wondering if sas7bdat files contain metadata where I could see things such a description of the data set, a description of the variables, or the coding of categorical variables. If that metadata exists, how can I see it? How can I export it? From my work with Stata and R, I know data sets can have this metadata. My main concerns is that the coding of any of the variables might change throughout the 58 data sets. So, I would prefer to have this variable coding in the metadata where I can work with it more easily than if I have to check for coding changes in the documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 01:32:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Metadata-in-sas7bdat-files/m-p/781617#M31818</guid>
      <dc:creator>the_fabs</dc:creator>
      <dc:date>2021-11-22T01:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata in sas7bdat files</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Metadata-in-sas7bdat-files/m-p/781618#M31819</link>
      <description>&lt;P&gt;The only metadata available are the variable attributes like type, length, format,.... and constraints (if any).&lt;/P&gt;
&lt;P&gt;You can easily report on this metadata using SAS&lt;/P&gt;
&lt;PRE&gt;proc contents data=&amp;lt;libref&amp;gt;.&amp;lt;table name&amp;gt;;
run;quit;

or for all tables under a libref:
proc contents data=&amp;lt;libref&amp;gt;._all_;
run;quit;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Nov 2021 01:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Metadata-in-sas7bdat-files/m-p/781618#M31819</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-11-22T01:43:24Z</dc:date>
    </item>
  </channel>
</rss>

