<?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 How to quickly profile data in SAS EG? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401028#M278694</link>
    <description>Hi All, I am new to SAS EG and don’t have access to Data Flux. I would like to run some basic data profiling (min, max, count, Null values etc.) against a group of tables which exist in SAS. I have come across bits and pieces of code online but none seem to be complete and provided in a way that can be easily used. I would imagine it’s a very common task and it would be time consuming to hand code which is what I would like to avoid. I want to provide a table name and for the code to run some basic checks and output the results based upon the table structure and data types. Thanks for your help</description>
    <pubDate>Wed, 04 Oct 2017 15:53:28 GMT</pubDate>
    <dc:creator>amorts</dc:creator>
    <dc:date>2017-10-04T15:53:28Z</dc:date>
    <item>
      <title>How to quickly profile data in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401028#M278694</link>
      <description>Hi All, I am new to SAS EG and don’t have access to Data Flux. I would like to run some basic data profiling (min, max, count, Null values etc.) against a group of tables which exist in SAS. I have come across bits and pieces of code online but none seem to be complete and provided in a way that can be easily used. I would imagine it’s a very common task and it would be time consuming to hand code which is what I would like to avoid. I want to provide a table name and for the code to run some basic checks and output the results based upon the table structure and data types. Thanks for your help</description>
      <pubDate>Wed, 04 Oct 2017 15:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401028#M278694</guid>
      <dc:creator>amorts</dc:creator>
      <dc:date>2017-10-04T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly profile data in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401031#M278695</link>
      <description>&lt;P&gt;Proc means, proc freq.&amp;nbsp; You might also use SQL for some other checks.&amp;nbsp; Plenty of documentation and examples out there including the SAS documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/66703/HTML/default/viewer.htm#procstat_freq_syntax01.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/procstat/66703/HTML/default/viewer.htm#procstat_freq_syntax01.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:03:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401031#M278695</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-04T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly profile data in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401035#M278696</link>
      <description>Hi, thanks for the response. I have tried using it without any specifications beyond the dataset like this:&lt;BR /&gt;proc freq data=library.tablename&lt;BR /&gt;run;&lt;BR /&gt;And I get the following error:&lt;BR /&gt;ERROR: File library.tablename.DATA does not exist.&lt;BR /&gt;ERROR: The metadata for the table/view library.tablename does not exist.&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, (, ALPHA, CHARTYPE, CLASSDATA, CLM, COMPLETETYPES, CSS, CV, DATA,&lt;BR /&gt;DESCEND, DESCENDING, DESCENDTYPES, EXCLNPWGT, EXCLNPWGTS, EXCLUSIVE, FW, IDMIN, KURTOSIS, LCLM, MAX, MAXDEC, MEAN,&lt;BR /&gt;MEDIAN, MIN, MISSING, MODE, N, NDEC, NMISS, NOLABELS, NONOBS, NOPRINT, NOTHREADS, NOTRAP, NWAY, ORDER, P1, P10, P20,&lt;BR /&gt;P25, P30, P40, P5, P50, P60, P70, P75, P80, P90, P95, P99, PCTLDEF, PRINT, PRINTALL, PRINTALLTYPES, PRINTIDS,&lt;BR /&gt;PRINTIDVARS, PROBT, Q1, Q3, QMARKERS, QMETHOD, QNTLDEF, QRANGE, RANGE, SKEWNESS, STACKODS, STACKODSOUTPUT, STDDEV,&lt;BR /&gt;STDERR, SUM, SUMSIZE, SUMWGT, T, THREADS, UCLM, USS, VAR, VARDEF.&lt;BR /&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;BR /&gt;As my SAS set up and permissions on new I wanted to check if this could be related?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401035#M278696</guid>
      <dc:creator>amorts</dc:creator>
      <dc:date>2017-10-04T16:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly profile data in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401044#M278697</link>
      <description>&lt;P&gt;In EG use the TASKS item, Characterize Data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tasks&amp;gt;Describe&amp;gt;Characterize Data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2017 16:46:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401044#M278697</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-04T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to quickly profile data in SAS EG?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401228#M278698</link>
      <description>Thank you. That seems to be working now although is taking a long time.&lt;BR /&gt;&lt;BR /&gt;I'll take a look into how I can't reduce the time it takes.</description>
      <pubDate>Thu, 05 Oct 2017 08:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-quickly-profile-data-in-SAS-EG/m-p/401228#M278698</guid>
      <dc:creator>amorts</dc:creator>
      <dc:date>2017-10-05T08:24:20Z</dc:date>
    </item>
  </channel>
</rss>

