<?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: Data Profiling in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615405#M180008</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138563"&gt;@abhityagi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will find most information you need in the following link :&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p0v0y1on1hbxukn0zqgsp5ky8hc0.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p0v0y1on1hbxukn0zqgsp5ky8hc0.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;The Most Common Simple Statistics&lt;/EM&gt; compares the different procedures that you can use to get what you want.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 17:55:21 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-01-06T17:55:21Z</dc:date>
    <item>
      <title>Data Profiling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615397#M180005</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to achieve given below request in sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Mean value and Range of values for numeric fields&lt;BR /&gt;• Five lowest and five highest values.&lt;/P&gt;&lt;P&gt;* How to find outliers in SAS column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615397#M180005</guid>
      <dc:creator>abhityagi</dc:creator>
      <dc:date>2020-01-06T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615405#M180008</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138563"&gt;@abhityagi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You will find most information you need in the following link :&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p0v0y1on1hbxukn0zqgsp5ky8hc0.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/proc/65145/HTML/default/viewer.htm#p0v0y1on1hbxukn0zqgsp5ky8hc0.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;The Most Common Simple Statistics&lt;/EM&gt; compares the different procedures that you can use to get what you want.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615405#M180008</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-01-06T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Profiling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615408#M180009</link>
      <description>&lt;P&gt;Try PROC UNIVARIATE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are examples for most of the things you're asking for here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=procstat_univariate_examples.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=procstat&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=procstat_univariate_examples.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138563"&gt;@abhityagi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to achieve given below request in sas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Mean value and Range of values for numeric fields&lt;BR /&gt;• Five lowest and five highest values.&lt;/P&gt;
&lt;P&gt;* How to find outliers in SAS column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:03:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Data-Profiling/m-p/615408#M180009</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-06T18:03:09Z</dc:date>
    </item>
  </channel>
</rss>

