<?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 A super macro to create Data Dictionary for assessing new data, boosting analyses, sharing info in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-super-macro-to-create-Data-Dictionary-for-assessing-new-data/m-p/857011#M338597</link>
    <description>&lt;P&gt;Hi folks, we would like to share with you a super useful and powerful macro developed by the team of &lt;A href="https://www.reptik.swiss/" target="_self"&gt;RepTik Analytics Solution&lt;/A&gt;&amp;nbsp;- to create a SAS Data Dictionary on one or more or all datasets from a SAS data library. This tool&amp;nbsp;&lt;SPAN&gt;helps assessing unfamiliar datasets, boosting analyses speed, and sharing data info across stakeholders.&lt;/SPAN&gt;&amp;nbsp;Macro file is attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The generated Excel data dictionary contains&amp;nbsp;rich summary information on:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All Datasets: e.g. number of variables, records, and unique keys.&lt;/LI&gt;
&lt;LI&gt;All Variables: e.g. length, format, N(%) of missing /non-null /unique values.&lt;/LI&gt;
&lt;LI&gt;Optional: first 15 obs, and basic statistics (Min, P1, P25, Median, P75, P99, Max, Mean, Mode) of numeric variables.&lt;/LI&gt;
&lt;LI&gt;Optional: frequencies - N(%) - for each unique values of all variables.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Optional: remove the display of unique values for specific variables.&lt;/LI&gt;
&lt;LI&gt;Optional: create a separate Excel data dictionary for each dataset.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example Use Cases:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Explore a new set of data tables that you work for first time, get overview of tables, variables, unique values, statistics, etc.&lt;/LI&gt;
&lt;LI&gt;Generate table/variable/value overviews on a project specific datacut, substantially boost your analyses speed!&lt;/LI&gt;
&lt;LI&gt;Produce a catalog of information (so called "data dictionary") on a specific set of data tables, for other people to use, e.g. periodic deliveries.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;* Note 1: The program can be used in both Windows and Unix environment. Built with SAS 9.4.&lt;BR /&gt;* Note 2: There're 5 macros in this file, where %SAS_Data_Dict() is the main macro and the others are supportive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 13:12:10 GMT</pubDate>
    <dc:creator>Bravez</dc:creator>
    <dc:date>2023-02-03T13:12:10Z</dc:date>
    <item>
      <title>A super macro to create Data Dictionary for assessing new data, boosting analyses, sharing info</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-super-macro-to-create-Data-Dictionary-for-assessing-new-data/m-p/857011#M338597</link>
      <description>&lt;P&gt;Hi folks, we would like to share with you a super useful and powerful macro developed by the team of &lt;A href="https://www.reptik.swiss/" target="_self"&gt;RepTik Analytics Solution&lt;/A&gt;&amp;nbsp;- to create a SAS Data Dictionary on one or more or all datasets from a SAS data library. This tool&amp;nbsp;&lt;SPAN&gt;helps assessing unfamiliar datasets, boosting analyses speed, and sharing data info across stakeholders.&lt;/SPAN&gt;&amp;nbsp;Macro file is attached.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The generated Excel data dictionary contains&amp;nbsp;rich summary information on:&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All Datasets: e.g. number of variables, records, and unique keys.&lt;/LI&gt;
&lt;LI&gt;All Variables: e.g. length, format, N(%) of missing /non-null /unique values.&lt;/LI&gt;
&lt;LI&gt;Optional: first 15 obs, and basic statistics (Min, P1, P25, Median, P75, P99, Max, Mean, Mode) of numeric variables.&lt;/LI&gt;
&lt;LI&gt;Optional: frequencies - N(%) - for each unique values of all variables.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Optional: remove the display of unique values for specific variables.&lt;/LI&gt;
&lt;LI&gt;Optional: create a separate Excel data dictionary for each dataset.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example Use Cases:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Explore a new set of data tables that you work for first time, get overview of tables, variables, unique values, statistics, etc.&lt;/LI&gt;
&lt;LI&gt;Generate table/variable/value overviews on a project specific datacut, substantially boost your analyses speed!&lt;/LI&gt;
&lt;LI&gt;Produce a catalog of information (so called "data dictionary") on a specific set of data tables, for other people to use, e.g. periodic deliveries.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;* Note 1: The program can be used in both Windows and Unix environment. Built with SAS 9.4.&lt;BR /&gt;* Note 2: There're 5 macros in this file, where %SAS_Data_Dict() is the main macro and the others are supportive.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fun!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 13:12:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-super-macro-to-create-Data-Dictionary-for-assessing-new-data/m-p/857011#M338597</guid>
      <dc:creator>Bravez</dc:creator>
      <dc:date>2023-02-03T13:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: A super macro to create Data Dictionary for assessing new data, boosting analyses, sharing info</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-super-macro-to-create-Data-Dictionary-for-assessing-new-data/m-p/857986#M338995</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We would welcome your feedback/contribution to this tool - SASdict project in Github:&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://github.com/RepTik/SASdict" target="_blank"&gt;https://github.com/RepTik/SASdict&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 12:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-super-macro-to-create-Data-Dictionary-for-assessing-new-data/m-p/857986#M338995</guid>
      <dc:creator>Bravez</dc:creator>
      <dc:date>2023-02-09T12:37:28Z</dc:date>
    </item>
  </channel>
</rss>

