<?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 can I find the Min and Max of Column from EXCEL file? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-find-the-Min-and-Max-of-Column-from-EXCEL-file/m-p/300874#M15996</link>
    <description>&lt;P&gt;It looks like the file you input went to &amp;nbsp;OUT = scores so reference it as SCORES if the code worked.&lt;/P&gt;
&lt;P&gt;Your Proc Repot has data=diving.xlsx&amp;nbsp;which would say to look at LIBRARY named "diving" and a dataset name "xlsx".&lt;/P&gt;
&lt;P&gt;If you want to use the set that you import then use DATA=SCORES.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you get any errors? Show the results from the log;&lt;/P&gt;
&lt;P&gt;Unexpected output the output and the desired output.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Sep 2016 21:22:04 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-09-26T21:22:04Z</dc:date>
    <item>
      <title>How can I find the Min and Max of Column from EXCEL file?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-find-the-Min-and-Max-of-Column-from-EXCEL-file/m-p/300842#M15995</link>
      <description>&lt;P&gt;I imported the EXCEL file, but my code is not working:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE = 'C:\Users\Tasha\Desktop\SASGraphs\diving.xlsx' DBMS = XLSX OUT = scores;&lt;BR /&gt;RUN;&lt;BR /&gt;PROC PRINT DATA = scores;&lt;BR /&gt;TITLE 'SAS Data Set Read From Excel File for Diving';&lt;BR /&gt;RUN;&lt;BR /&gt;PROC REPORT DATA = diving.xlsx NOWINDOWS;&lt;BR /&gt;COLUMN Name,(Score1 Score2), MEAN;&lt;BR /&gt;COLUMN Name, (MIN MAX) (Score1 Score2);&lt;BR /&gt;DEFINE Name/GROUP;&lt;BR /&gt;TITLE 'The overall minimum, maximum, and mean of Score1 and Score2';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong with the code?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 19:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-find-the-Min-and-Max-of-Column-from-EXCEL-file/m-p/300842#M15995</guid>
      <dc:creator>tasha89tp</dc:creator>
      <dc:date>2016-09-26T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find the Min and Max of Column from EXCEL file?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-find-the-Min-and-Max-of-Column-from-EXCEL-file/m-p/300874#M15996</link>
      <description>&lt;P&gt;It looks like the file you input went to &amp;nbsp;OUT = scores so reference it as SCORES if the code worked.&lt;/P&gt;
&lt;P&gt;Your Proc Repot has data=diving.xlsx&amp;nbsp;which would say to look at LIBRARY named "diving" and a dataset name "xlsx".&lt;/P&gt;
&lt;P&gt;If you want to use the set that you import then use DATA=SCORES.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you get any errors? Show the results from the log;&lt;/P&gt;
&lt;P&gt;Unexpected output the output and the desired output.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 21:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-find-the-Min-and-Max-of-Column-from-EXCEL-file/m-p/300874#M15996</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-26T21:22:04Z</dc:date>
    </item>
  </channel>
</rss>

