<?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: Profiling Character data fields in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591249#M169343</link>
    <description>Characterize Data task in EG or SAS Studio does that.</description>
    <pubDate>Tue, 24 Sep 2019 18:13:04 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-09-24T18:13:04Z</dc:date>
    <item>
      <title>Profiling Character data fields in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591173#M169313</link>
      <description>&lt;P&gt;I need to run sas profile on a table with Employee names, addresses, SSN , sex etc.&lt;/P&gt;&lt;P&gt;what procedures can I use?&lt;/P&gt;&lt;P&gt;used FREQ, will only give me frequency and I want to min and max as well.&lt;/P&gt;&lt;P&gt;Means/Summary can give me mean of observation with missing data but since these are character fields what other procedure can be used and waht are the benefits?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 14:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591173#M169313</guid>
      <dc:creator>amarkaur</dc:creator>
      <dc:date>2019-09-24T14:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Profiling Character data fields in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591177#M169315</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292050"&gt;@amarkaur&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I need to run sas profile on a table with Employee names, addresses, SSN , sex etc.&lt;/P&gt;
&lt;P&gt;what procedures can I use?&lt;/P&gt;
&lt;P&gt;used FREQ, will only give me frequency and I want to min and max as well.&lt;/P&gt;
&lt;P&gt;Means/Summary can give me mean of observation with missing data but since these are character fields what other procedure can be used and waht are the benefits?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Amar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I suggest providing some example data and what the result should look like after "profiling".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not see where min and max of name, address, ssn, sex make sense. Do you mean something related to the min count??&lt;/P&gt;
&lt;P&gt;I am very sure I do not follow what "mean of observation with missing data" is supposed to be as the mean of missing is missing.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 14:58:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591177#M169315</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-09-24T14:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Profiling Character data fields in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591234#M169338</link>
      <description>SAS EG and Studio have a characterize data task that will analyse the data. &lt;BR /&gt;However, conceptually, the minimum and maximum from character variables are not informative on their own. You can get missing reports from PROC FREQ partly using the NLEVELS options. That's fairly well documented on here though.</description>
      <pubDate>Tue, 24 Sep 2019 17:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591234#M169338</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-24T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Profiling Character data fields in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591244#M169341</link>
      <description>&lt;P&gt;Example for Name, addresses , Zip , Sex&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Using IDQ tool when I profile table for each field,&amp;nbsp; I get how many unique values, how many missing/null values, minimum value, maximum value for that field (length), datatype etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I get similar results using any SAS procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using proc freq, I do get the frequency and counts of missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 17:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591244#M169341</guid>
      <dc:creator>amarkaur</dc:creator>
      <dc:date>2019-09-24T17:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Profiling Character data fields in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591249#M169343</link>
      <description>Characterize Data task in EG or SAS Studio does that.</description>
      <pubDate>Tue, 24 Sep 2019 18:13:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Profiling-Character-data-fields-in-SAS/m-p/591249#M169343</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-24T18:13:04Z</dc:date>
    </item>
  </channel>
</rss>

