<?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: Any guide/workflow material which I can adapt for data cleaning and management in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876573#M346300</link>
    <description>Ok, thank you for the tips.</description>
    <pubDate>Thu, 18 May 2023 22:02:56 GMT</pubDate>
    <dc:creator>Wub_SAS</dc:creator>
    <dc:date>2023-05-18T22:02:56Z</dc:date>
    <item>
      <title>Any guide/workflow material which I can adapt for data cleaning and management in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876348#M346245</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, my SAS skill is a beginner&amp;nbsp;and I am looking for any good guide/workflow material which I can adapt to have a robust data cleaning and management procedure and documentation. If anyone has any suggestion, I will be very grateful to know. Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 23:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876348#M346245</guid>
      <dc:creator>Wub_SAS</dc:creator>
      <dc:date>2023-05-17T23:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide/workflow material which I can adapt for data cleaning and management in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876352#M346246</link>
      <description>&lt;P&gt;SAS has a product for data cleaning called &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/dqclref/n0mfs1rcbn3rz9n1h2jrkt688sak.htm" target="_blank" rel="noopener"&gt;SAS Data Quality&lt;/A&gt;. Unfortunately, I doubt you would have it available to you and the documentation does not include "how to" guides for particular techniques.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you start with one use case, say cleaning one column. The first step would be analyse the data in the column and if it is a character column, report on the distinct values like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc freq data = MyData;
  table MyColumn / missing;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you need to compare the report with what values you expect that column to have, so you can now identify the values that are errors.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 00:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876352#M346246</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-18T00:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide/workflow material which I can adapt for data cleaning and management in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876353#M346247</link>
      <description>&lt;P&gt;A book that may be of interest:&amp;nbsp; &lt;A href="https://support.sas.com/en/books/reference-books/codys-data-cleaning-techniques-using-sas.html" target="_blank"&gt;https://support.sas.com/en/books/reference-books/codys-data-cleaning-techniques-using-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are some excerpts available for download but the book needs to be purchased for everything.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 00:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876353#M346247</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-18T00:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide/workflow material which I can adapt for data cleaning and management in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876573#M346300</link>
      <description>Ok, thank you for the tips.</description>
      <pubDate>Thu, 18 May 2023 22:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876573#M346300</guid>
      <dc:creator>Wub_SAS</dc:creator>
      <dc:date>2023-05-18T22:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Any guide/workflow material which I can adapt for data cleaning and management in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876574#M346301</link>
      <description>Thank you very much! I like the excerpts and plan to buy the book.</description>
      <pubDate>Thu, 18 May 2023 22:03:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Any-guide-workflow-material-which-I-can-adapt-for-data-cleaning/m-p/876574#M346301</guid>
      <dc:creator>Wub_SAS</dc:creator>
      <dc:date>2023-05-18T22:03:39Z</dc:date>
    </item>
  </channel>
</rss>

