<?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: How to import excel file without missing values in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146136#M2404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I this a real-life question?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Excel I not a professional tool for date-entry. Your first question is about data-cleansing.&lt;/P&gt;&lt;P&gt;The best way is converting it from excel to a text/csv file. Reading this file with input statements eliminates all uncertainty about "guessing rows" used in those entry level import approaches. An all missing fields can be dealt with. Numerics/chars are well defined as you are coding those. Your brain has to decide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A split with one/two dataset looks to be the validate/training approach of data mining.&amp;nbsp; But that split in numeric/char is a weird one. In the digitial age this is one to think first of what is the meaning. You should think in category/measure and by that some specials of that with date/time and geography.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;For the technical part in SAS there are variable lists. &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/67401/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/67401/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm"&gt;SAS(R) 9.4 Language Reference: Concepts, Third Edition&lt;/A&gt; there are special ones as _numeric_ and _char_.&lt;/P&gt;&lt;P&gt;When you want to be technical SAS stores those physical grouped like that ann not in the logical order of creation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2014 07:26:16 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-09-16T07:26:16Z</dc:date>
    <item>
      <title>How to import excel file without missing values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146135#M2403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA Description&lt;/P&gt;&lt;P&gt; We have an Excel Sheet in that we have 1,000,000 Observations and 150 Variables.&lt;/P&gt;&lt;P&gt; Some of the Records(Entire Row) have Missing values.&lt;/P&gt;&lt;P&gt; TASK&lt;/P&gt;&lt;P&gt; Import the Excel Sheet into SAS Data Set with the best available technique . Remove all Missing Records in the SAS Data Set(If possible import only Non Missing Records).&lt;SPAN class="text_exposed_show"&gt;&lt;BR /&gt; Now we need to create Two SAS Date Sets "ONE" and "TWO".&lt;BR /&gt; Data Set "ONE" should have all the Character Variables with 25,000 Random Records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="text_exposed_show"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Data Set "TWO" should have all the Numeric Variables with 50,000 Random Records.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 05:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146135#M2403</guid>
      <dc:creator>venkatnaveen</dc:creator>
      <dc:date>2014-09-16T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to import excel file without missing values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146136#M2404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I this a real-life question?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Excel I not a professional tool for date-entry. Your first question is about data-cleansing.&lt;/P&gt;&lt;P&gt;The best way is converting it from excel to a text/csv file. Reading this file with input statements eliminates all uncertainty about "guessing rows" used in those entry level import approaches. An all missing fields can be dealt with. Numerics/chars are well defined as you are coding those. Your brain has to decide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A split with one/two dataset looks to be the validate/training approach of data mining.&amp;nbsp; But that split in numeric/char is a weird one. In the digitial age this is one to think first of what is the meaning. You should think in category/measure and by that some specials of that with date/time and geography.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;For the technical part in SAS there are variable lists. &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/67401/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/67401/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm"&gt;SAS(R) 9.4 Language Reference: Concepts, Third Edition&lt;/A&gt; there are special ones as _numeric_ and _char_.&lt;/P&gt;&lt;P&gt;When you want to be technical SAS stores those physical grouped like that ann not in the logical order of creation. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146136#M2404</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-16T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to import excel file without missing values</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146137#M2405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since this looks sort of like homework instead of a complete solution for the second part of the question:&lt;/P&gt;&lt;P&gt;Look at proc surveyselect, using a KEEP dataset option of _numeric_ or _character_ on the input data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 14:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-import-excel-file-without-missing-values/m-p/146137#M2405</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-09-16T14:29:13Z</dc:date>
    </item>
  </channel>
</rss>

