<?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: SAS 9.3 proc means problem in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135071#M36579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know one way that I have found that works is to use excel libname engine (if you have it available). I can run the libname, see how sas is seeing the excel file, then use a data step to bring the file into sas with any cleaning done in the data step. In instances where missing is valid in all fields, I have wrote an array to check across all fields before deleting -- obviously a much bigger pain the larger the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname in excel "\excelfile.xlsx";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop f_20 - f_25; *blank column / field clean up;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set in."Sheet1"n;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if id = '' then delete; *row clean up -- works as long as id always suppose to have a value;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname in clear;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an added opinion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 17:47:05 GMT</pubDate>
    <dc:creator>esjackso</dc:creator>
    <dc:date>2014-06-12T17:47:05Z</dc:date>
    <item>
      <title>SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135055#M36563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;roblem problemproc &lt;BR /&gt;I have a variable with 3 classes and n = 75. Proc means and proc freq all count n=85. What is the problem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 19:16:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135055#M36563</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-06-09T19:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135056#M36564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using weights or a freq variable?&lt;/P&gt;&lt;P&gt;Examples of code used might allow us more insight into possible issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 19:22:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135056#M36564</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-09T19:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135057#M36565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;it is a simple categorical variable,&amp;nbsp; n=75, 3 classes. Results&lt;BR /&gt;showed Frequency missing =10. &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="512"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" colspan="2" height="22" width="216"&gt;The FREQ Procedure&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl66" colspan="5" height="19" style="border-right-color: #3872ac; border-right-width: 1pt; border-right-style: solid;" width="512"&gt;flowblr1&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl69" height="38" rowspan="2" width="98"&gt;flowblr1&lt;/TD&gt;&lt;TD class="xl70" rowspan="2" width="118"&gt;Frequency&lt;/TD&gt;&lt;TD class="xl70" rowspan="2" width="92"&gt;Percent&lt;/TD&gt;&lt;TD class="xl70" width="103"&gt;Cumulative&lt;/TD&gt;&lt;TD class="xl71" width="101"&gt;Cumulative&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl70" height="19" width="103"&gt;Frequency&lt;/TD&gt;&lt;TD class="xl71" width="101"&gt;Percent&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl69" height="19" width="98"&gt;borderline&lt;/TD&gt;&lt;TD class="xl70" width="118"&gt;15&lt;/TD&gt;&lt;TD class="xl70" width="92"&gt;20&lt;/TD&gt;&lt;TD class="xl70" width="103"&gt;15&lt;/TD&gt;&lt;TD class="xl71" width="101"&gt;20&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl69" height="19" width="98"&gt;low&lt;/TD&gt;&lt;TD class="xl70" width="118"&gt;9&lt;/TD&gt;&lt;TD class="xl70" width="92"&gt;12&lt;/TD&gt;&lt;TD class="xl70" width="103"&gt;24&lt;/TD&gt;&lt;TD class="xl71" width="101"&gt;32&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl72" height="20" width="98"&gt;normal&lt;/TD&gt;&lt;TD class="xl73" width="118"&gt;51&lt;/TD&gt;&lt;TD class="xl73" width="92"&gt;68&lt;/TD&gt;&lt;TD class="xl73" width="103"&gt;75&lt;/TD&gt;&lt;TD class="xl74" width="101"&gt;100&lt;/TD&gt; &lt;/TR&gt; &lt;TR&gt;&lt;TD class="xl65" colspan="2" height="22"&gt;Frequency&lt;BR /&gt;&amp;nbsp; Missing = 10&lt;/TD&gt; &lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;DIV class="c proctitle"&gt; &lt;/DIV&gt;&lt;P align="center" style="text-align: center;"&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 19:51:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135057#M36565</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-06-09T19:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135058#M36566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show the code?&lt;/P&gt;&lt;P&gt;If you imported this from an Excel file, you may have accidentally imported some empty rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run a proc contents on the dataset to see what shows up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=have;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135058#M36566</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-09T20:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135059#M36567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is an excel file. Here is the code to access data sheet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;IMPORT&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;OUT&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;BR /&gt;WORK.BASELINE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;DATAFILE&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=&lt;SPAN style="background: white; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;"f:\V.xls"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: 'Courier New'; font-size: 10pt;"&gt;DBMS&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;=EXCEL REPLACE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; SHEET=&lt;/SPAN&gt;&lt;SPAN style="background: white; color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;"Sheet11$"&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;GETNAMES=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;MIXED=NO;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;SPAN style="color: #575757; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;SCANTEXT=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;SEDATE=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="background: white; color: black; font-family: 'Courier New'; font-size: 10pt;"&gt;SCANTIME=YES;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="line-height: 115%; color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; line-height: 115%; font-family: 'Courier New'; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:12:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135059#M36567</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-06-09T20:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135060#M36568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you run the proc contents? Have you opened the data set to verify how many observations were imported?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135060#M36568</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-09T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135061#M36569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;data set showed 75 subjects. it is really strange.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135061#M36569</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-06-09T20:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135062#M36570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Show the proc contents output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135062#M36570</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-09T20:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135063#M36571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this and you will get the correct numbers. In excel file you deleted some of the data points (10) and these were imported as part of sas dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc freq data=have (where=(flowblr1 ne ' '));&lt;/P&gt;&lt;P&gt;table flowblr1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 21:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135063#M36571</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-06-09T21:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135064#M36572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 16:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135064#M36572</guid>
      <dc:creator>xinjian</dc:creator>
      <dc:date>2014-06-10T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135065#M36573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not a good solution. You should make sure your data imports correctly instead and/or clean up the data before processing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 17:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135065#M36573</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-10T17:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135066#M36574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input Reeza. That is true, data should be cleaned before processing. Could you please recommend some solution to exclude missing values while importing excel data into SAS or through some other method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 17:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135066#M36574</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-06-10T17:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135067#M36575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clean it up manually. The problem with the method below is that you may have valid missing obs, so you need to understand the data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data clean_input;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;if missing(flowblr1) then delete;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 18:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135067#M36575</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-10T18:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135068#M36576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza - This works if we understand our data. But when we load data from other applications we are not sure about data structures and we may get missing values at the end of variable(s) which are hard to identify.&amp;nbsp; So processing data after loading into SAS will make the life easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 18:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135068#M36576</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-06-10T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135069#M36577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a chance to pull out my favorite rant about folks who put data in Excel, and then proceed to format the spreadsheet with blank rows or columns that they then squeeze into obliviion.&amp;nbsp; Nothing like pulling in twice as many rows as there are observations, with a boatload of additional variables named F?? that are all null values.&amp;nbsp; Thanks lab guys who think they are helping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135069#M36577</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-06-12T15:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135070#M36578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; Agreed, hidden columns and rows drive me up the wall. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135070#M36578</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-12T17:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135071#M36579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know one way that I have found that works is to use excel libname engine (if you have it available). I can run the libname, see how sas is seeing the excel file, then use a data step to bring the file into sas with any cleaning done in the data step. In instances where missing is valid in all fields, I have wrote an array to check across all fields before deleting -- obviously a much bigger pain the larger the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname in excel "\excelfile.xlsx";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data out;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop f_20 - f_25; *blank column / field clean up;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set in."Sheet1"n;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if id = '' then delete; *row clean up -- works as long as id always suppose to have a value;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname in clear;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an added opinion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:47:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135071#M36579</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2014-06-12T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135072#M36580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the topic of cleaning the Excel file, I usually do this (although I admit this is rather inelegant).&lt;/P&gt;&lt;P&gt;Open the Excel file and press Ctrl + End to find the last cell that contains data.&amp;nbsp; Suppose you find that it is in Column X Row 246.&lt;/P&gt;&lt;P&gt;Then, you can write your SHEET option as SHEET='Sheet11$a1:x246';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135072#M36580</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2014-06-12T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.3 proc means problem</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135073#M36581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on version of Excel the Ctrl-End will find the last row someone manipulated. That row could very well be completely blank. Also you may find yourself in a column way past actual data entered for any record, or at least visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 18:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-9-3-proc-means-problem/m-p/135073#M36581</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-12T18:04:23Z</dc:date>
    </item>
  </channel>
</rss>

