<?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 Importing excel with headings and footnotes to SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37573#M9581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks. Still did not work. I find a way around. I used the namerow and datarow options in Proc Import. The data had footnote. Then in dataset I retained obs for the id variables that were not missing. this helped to get the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot again for all who responded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2011 19:46:38 GMT</pubDate>
    <dc:creator>rsva</dc:creator>
    <dc:date>2011-07-28T19:46:38Z</dc:date>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37565#M9573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;﻿﻿Hello,&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am importing )Proc Import)&amp;nbsp; ~50 spreadsheets to SAS. There are couple of challanges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) variable names are in Row 9 and data begins in row 10. I tried to use datarow= option with getnames=. My variable names appear as first row instead of header in SAS. If I use datarow=10 and use getnames=yes, I get the data without any variable names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Data has footnotes. How to delete them? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I am importing multiple workbooks, the row that footnote appears varies. E.g One.xlx has footnote in row 15 and two.xls has footnote in row 30. But the variable name and the first row of data alwys are in row 9 and 10. Below is a snap shot of my spreadsheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heading1&lt;/P&gt;&lt;P&gt;Heading2&lt;/P&gt;&lt;P&gt;Heading3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V2&amp;nbsp;&amp;nbsp; V3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; V4&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Footnote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use a macro instead of using 50 proc import statement. Any suggestions would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 16:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37565#M9573</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-27T16:20:16Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37566#M9574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;50 workbooks(xls files) or 50 sheets in a single workbook.&amp;nbsp; Either way I think NAMED RANGES will be the key.&amp;nbsp; How you define them is another question, manually or automated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post example workbook(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 16:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37566#M9574</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-07-27T16:33:41Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37567#M9575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you always have the same variables in each sheet, then the task can be simplified.&amp;nbsp; See if something like the following might work (Note: the range statement includes the row with the variable names):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC IMPORT OUT= WORK.TESTxl &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATAFILE= "C:\art\testxl.xls" &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=EXCEL REPLACE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETNAMES=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; range="A7:D9999";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIXED=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTEXT=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USEDATE=YES;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCANTIME=YES;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data testxl;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set testxl;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if nmiss(of V1-V4) then stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37567#M9575</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-27T17:08:46Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37568#M9576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; 50 workbooks (xls files)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WorkBook1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Heading1&lt;/P&gt;&lt;P&gt;Heading2&lt;/P&gt;&lt;P&gt;Heading3&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex&lt;/P&gt;&lt;P&gt;q&lt;/P&gt;&lt;P&gt;w&lt;/P&gt;&lt;P&gt;e&lt;/P&gt;&lt;P&gt;Foortnote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WorkBook2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heading1&lt;/P&gt;&lt;P&gt;Heading2&lt;/P&gt;&lt;P&gt;Heading3&lt;/P&gt;&lt;P&gt;AL&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;s&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;f&lt;/P&gt;&lt;P&gt;g&lt;/P&gt;&lt;P&gt;h&lt;/P&gt;&lt;P&gt;Footnote&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:16:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37568#M9576</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-27T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37569#M9577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. But it didn't work. With the code I get additional columns other than the variable name I need and there is no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿I used &lt;STRONG&gt;if nmiss(of name age sex) then stop; &lt;/STRONG&gt;Since my variables are not named as v1-v4. I used them for e.g. purposed. But the variables in all the worksheets are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I partly solved the problem with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿Proc import out=x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile='xxxx.xls'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=xlsreplace;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getname=yes;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; namerow=9; /*this helped to use the values as variables names*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datarow=10;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this code my data looks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sex&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;s&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;Footnote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am yet to figure out how to remove the footnote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also since there are several datasets that I am importing and the row with footnote is not consistent I am not sure how to put them in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:30:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37569#M9577</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-27T17:30:42Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37570#M9578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doe the footnote always only take up one cell?&amp;nbsp; And, are name and sex, or name and age always present?&amp;nbsp; If so, in the datastep you might be able to use if nmiss(name sex) ge 1 then stop;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 18:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37570#M9578</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-27T18:35:13Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37571#M9579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, Footnote always takes up one cell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, Name, age, and sex all are always present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still doesn't work. If I use &lt;/P&gt;&lt;P&gt;if nmiss(name sex age) ge 1 then stop;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get Error 388-185: expecting an arithmetic operator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use&lt;/P&gt;&lt;P&gt;if nmiss(name) ge 1 then stop; or if nmiss(name, age, sex) ge 1 then stop;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I get NOTE: variable name is uninitialized and no data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am replacing the variable names, I am not sure that is causing these errors or something else that I am not seeing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 19:35:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37571#M9579</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-27T19:35:02Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37572#M9580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the cmiss function.&amp;nbsp; e.g.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input (name sex) ($) age;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cards;&lt;/P&gt;&lt;P&gt;John M 20&lt;/P&gt;&lt;P&gt;Mary F 25&lt;/P&gt;&lt;P&gt;Harry M 40&lt;/P&gt;&lt;P&gt;Footer&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if cmiss(name,sex,age) gt 1 then stop;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 19:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37572#M9580</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-27T19:47:13Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37573#M9581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks. Still did not work. I find a way around. I used the namerow and datarow options in Proc Import. The data had footnote. Then in dataset I retained obs for the id variables that were not missing. this helped to get the desired result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot again for all who responded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 19:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37573#M9581</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-28T19:46:38Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37574#M9582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please show the code you used.&amp;nbsp; That "should" have worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 22:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37574#M9582</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-07-28T22:46:03Z</dc:date>
    </item>
    <item>
      <title>Importing excel with headings and footnotes to SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37575#M9583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sure. Below is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc import out=x;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datafile='xxx.xls'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=excel replace;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; getname=yes;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; namerow=9;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; datarow=10;&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data x;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set x;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Where variable1 ne ' ';&lt;/P&gt;&lt;P&gt;Run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my case footnotes in all the 50 spreadsheets starts in column2 instead of 1. If my footnotes were to start in column1 I was planning to see if I could use 'nodigit' function since my column1 has numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 12:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Importing-excel-with-headings-and-footnotes-to-SAS/m-p/37575#M9583</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2011-07-29T12:21:57Z</dc:date>
    </item>
  </channel>
</rss>

