<?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: Import excel file and read specific column header in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448293#M283436</link>
    <description>&lt;P&gt;Is your file Excel or CSV?&lt;/P&gt;
&lt;P&gt;Are you doing this multiple times or once for a single file?&lt;/P&gt;
&lt;P&gt;What have you tried so far that doesn't work, so we don't suggest things you've already tried.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Mar 2018 19:23:10 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-03-23T19:23:10Z</dc:date>
    <item>
      <title>Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448285#M283435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am a beginner to intermediate SAS user and need help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a sample excel file that I want to import in SAS:&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;School A&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;TD&gt;Grade&lt;/TD&gt;&lt;TD&gt;Pass&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;This is a sample file&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;School B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;TD&gt;Grade&lt;/TD&gt;&lt;TD&gt;Pass&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want SAS to read the data every time it hits the column header&lt;STRONG&gt; "Class"&lt;/STRONG&gt; so the final data looks like a clean SAS data set with single column header and all the data and delete the rows in between:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Class&lt;/TD&gt;&lt;TD&gt;Grade&lt;/TD&gt;&lt;TD&gt;Pass&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;E&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 18:50:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448285#M283435</guid>
      <dc:creator>AZIQ1</dc:creator>
      <dc:date>2018-03-23T18:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448293#M283436</link>
      <description>&lt;P&gt;Is your file Excel or CSV?&lt;/P&gt;
&lt;P&gt;Are you doing this multiple times or once for a single file?&lt;/P&gt;
&lt;P&gt;What have you tried so far that doesn't work, so we don't suggest things you've already tried.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:23:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448293#M283436</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-23T19:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448295#M283437</link>
      <description>Thank you for your response.&lt;BR /&gt;It is in excel&lt;BR /&gt;It is for multiple files that are similar&lt;BR /&gt;I haven't tried anything, I know range specification but that wont work here since the row can be any number.</description>
      <pubDate>Fri, 23 Mar 2018 19:29:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448295#M283437</guid>
      <dc:creator>AZIQ1</dc:creator>
      <dc:date>2018-03-23T19:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448300#M283438</link>
      <description>&lt;P&gt;So there's no consistency to the data at all? They're not using the same ranges across the tables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that's the case, I would consider converting it to CSV and then using a manual data step to parse the code into what you need. Not particularly fun but it gets the job done.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448300#M283438</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-23T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448306#M283439</link>
      <description>Thank you, but there are hundreds of files.</description>
      <pubDate>Fri, 23 Mar 2018 19:46:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448306#M283439</guid>
      <dc:creator>AZIQ1</dc:creator>
      <dc:date>2018-03-23T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448315#M283440</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this is your situation the best way is convert the file to CSV as others mentioned and then using DATA STEP you can read as you need.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA WORK.SAS_Import;
INFILE '/SAS_Import.csv' dlm=',' dsd ;
    INPUT @;
	IF prxmatch("m/this|sample|School|class| /oi",_INFILE_) or missing(compress(_infile_,',')) then delete;
	else INPUT CLASS $ GRADE $ PASS $;
RUN;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There is another way, for this you need to understand how your data is imported and then convert the dataset (Cleansing data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='/SAS_Import.xlsx'
dbms=xlsx out=Have replace;
Getnames=no;
run;

data want;
set have(rename=(A=CLASS B=GRADE C=PASS));
IF prxmatch("m/this|sample|School|class/oi",CLASS) or missing(CLASS) then delete;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 20:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448315#M283440</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-03-23T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448316#M283441</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/23718"&gt;@AZIQ1&lt;/a&gt; wrote:&lt;BR /&gt;Thank you, but there are hundreds of files.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ok, isn't&amp;nbsp;that why your using a programming language so you&amp;nbsp;can automate/generalize your process?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a VBS script I posted here earlier this week that will convert all XLSX files in a folder into CSV&lt;/P&gt;
&lt;P&gt;Then write the program once for a single file, test it. Once it's working, its trivial to run it for all by either modifying the program.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We can't provide code for a problem where no data has been provided except a general idea for a single file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 20:14:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448316#M283441</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-23T20:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448400#M283442</link>
      <description>&lt;P&gt;The fact that the data resides in an Excel spreadsheet is not important. You just need to read the three columns, something like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;infile xl Excel "path\myFile.xlsx" header=no;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;data test;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;set xl.'Sheet1$A1:C1000';&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;columns will be named F1, F2 and F3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then set a flag for when the subtables start&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if F1="Class" and F2 = "Grade" and F3 = "Pass" then inTable = 1;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;else do;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reset the flag when you read beyond the subtable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if inTable then if notdigit(trim(F1)) &amp;gt; 0 then inTable = 0;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Transfer the values if Inside the subtable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;if inTable then do;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;output;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;end;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;end;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 05:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448400#M283442</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-03-24T05:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448403#M283443</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/23718"&gt;@AZIQ1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I'm giving basically the same answer as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;but also posting some code creating data as it would look like after a proc import.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*proc import datafile="c:\temp\sample.xlsx"*/
/*  dbms=xlsx*/
/*  out=work.source replace;*/
/*  sheet='sheet1';*/
/*  getnames=no;*/
/*run;*/

DATA WORK.source;
    INFILE DATALINES4
        DLM='7F'x
        truncover
        DSD ;
    INPUT
        a               : $30.
        b               : $30.
        c               : $30. ;
DATALINES4;
This is a sample file &amp;#127; &amp;#127; 
 &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
 &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
School A &amp;#127; &amp;#127; 
Class&amp;#127;Grade&amp;#127;Pass 
1&amp;#127;A&amp;#127;Yes 
2&amp;#127;B&amp;#127;Yes 
3&amp;#127;E&amp;#127;No 
This is a sample file &amp;#127; &amp;#127; 
 &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
 &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
This is a sample file &amp;#127; &amp;#127; 
School B &amp;#127; &amp;#127; 
Class&amp;#127;Grade&amp;#127;Pass
4&amp;#127;A&amp;#127;Yes
5&amp;#127;E&amp;#127;No
6&amp;#127;E&amp;#127;No
;;;;
run;

data want;
  set source;
  retain headerFlg 0;
  if find(a,'This is a sample file','ti') then headerFlg=0;
  if headerFlg=1 then
    do;
      ClassID=input(a,best32.);
      Grade=input(b,$1.);
      Pass=input(c,$3.);
      output;
      keep ClassID Grade Pass;
    end;

  if find(a,'class','ti') then headerFlg=1;

run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;N.B: For your real data you will need to find text tokens where you're 100% sure that they are sufficient as indicators where your wanted data starts and where it ends.&lt;/P&gt;
&lt;P&gt;You probably need also to implement some logic which verifies on which column your data starts (unless you can be certain it's always on column A).&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 06:26:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/448403#M283443</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-24T06:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/452157#M283444</link>
      <description>Thank you so much this worked too</description>
      <pubDate>Sat, 07 Apr 2018 03:47:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/452157#M283444</guid>
      <dc:creator>AZIQ1</dc:creator>
      <dc:date>2018-04-07T03:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import excel file and read specific column header</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/452158#M283445</link>
      <description>Thank you so much</description>
      <pubDate>Sat, 07 Apr 2018 03:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Import-excel-file-and-read-specific-column-header/m-p/452158#M283445</guid>
      <dc:creator>AZIQ1</dc:creator>
      <dc:date>2018-04-07T03:48:20Z</dc:date>
    </item>
  </channel>
</rss>

