<?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: Error importing xlsx file in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688639#M24621</link>
    <description>&lt;P&gt;Just a basic check before we go to far:&amp;nbsp; Is the sheet name ID19?&amp;nbsp; Many times, the sheet names will not be the same as the file name, so, although basic, it's important to check. The sheet name should be spelled exactly as listed at the bottom of the Excel window.&amp;nbsp; In the below example, I have four sheets (Summary, Pivot, Data, and Values), any one of which could be brought in via Proc Import.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1601682486009.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50142i4762F7D12F053EBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1601682486009.png" alt="jimbarbour_0-1601682486009.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 23:49:54 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2020-10-02T23:49:54Z</dc:date>
    <item>
      <title>Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688631#M24619</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to import big excel file (4429 rows and 125 columns) into sas but I am getting an error.&lt;/P&gt;&lt;P&gt;Here is my code&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC IMPORT DATAFILE="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xlsx"&lt;BR /&gt;DBMS=xlsx&lt;BR /&gt;OUT=ID19 REPLACE;&lt;BR /&gt;SHEET='ID19';&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC PRINT DATA=ID19;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the log result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;119 PROC PRINT DATA=ID19;&lt;BR /&gt;ERROR: File WORK.ID19.DATA does not exist.&lt;BR /&gt;120 RUN;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new and have a hard time figuring out what is wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 23:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688631#M24619</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-02T23:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688637#M24620</link>
      <description>&lt;P&gt;You need to show the LOG for the Import step since that is supposed to create the data set that Proc Print should display.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 23:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688637#M24620</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-02T23:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688639#M24621</link>
      <description>&lt;P&gt;Just a basic check before we go to far:&amp;nbsp; Is the sheet name ID19?&amp;nbsp; Many times, the sheet names will not be the same as the file name, so, although basic, it's important to check. The sheet name should be spelled exactly as listed at the bottom of the Excel window.&amp;nbsp; In the below example, I have four sheets (Summary, Pivot, Data, and Values), any one of which could be brought in via Proc Import.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1601682486009.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50142i4762F7D12F053EBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1601682486009.png" alt="jimbarbour_0-1601682486009.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 23:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688639#M24621</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-02T23:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688671#M24622</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;EM&gt;last&lt;/EM&gt;&amp;nbsp;ERROR or WARNING is always the&amp;nbsp;&lt;EM&gt;least&lt;/EM&gt; important, the&amp;nbsp;&lt;EM&gt;first&amp;nbsp;&lt;/EM&gt;the&amp;nbsp;&lt;EM&gt;most&lt;/EM&gt; important. Fixing the first usually cleans up most, if not all, following problems.&lt;/P&gt;
&lt;P&gt;So you fix your code top-down, and when you need help, you need to show the log from the &lt;EM&gt;whole&amp;nbsp;&lt;/EM&gt;code of the&amp;nbsp;&lt;EM&gt;first&lt;/EM&gt; step that causes a problem.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 06:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/688671#M24622</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-03T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690437#M24719</link>
      <description>&lt;P&gt;Yes the sheet name is ID19 same as the file name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690437#M24719</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-09T14:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690440#M24720</link>
      <description>So this is a new one I wrote since I lost what I did last week&lt;BR /&gt;&lt;BR /&gt;/*PROGRAM FOR RBI RESEARCH STATE OF IDAHO OCTOBER 10 2020*/&lt;BR /&gt;proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"&lt;BR /&gt;out=outID19&lt;BR /&gt;DBMS=xls&lt;BR /&gt;Sheet="sheet1";&lt;BR /&gt;Getnames=Yes;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;here is the log error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA.&lt;BR /&gt;NOTE: SAS (r) Proprietary Software 9.4 (TS1M6)&lt;BR /&gt;Licensed to THE CURATORS OF THE UNIV OF MISSOURI - T&amp;amp;R SFA, Site 70084888.&lt;BR /&gt;NOTE: This session is executing on the X64_10PRO platform.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: Analytical products:&lt;BR /&gt;&lt;BR /&gt;SAS/STAT 15.1&lt;BR /&gt;SAS/ETS 15.1&lt;BR /&gt;SAS/IML 15.1&lt;BR /&gt;SAS/QC 15.1&lt;BR /&gt;&lt;BR /&gt;NOTE: Additional host information:&lt;BR /&gt;&lt;BR /&gt;X64_10PRO WIN 10.0.19041 Workstation&lt;BR /&gt;&lt;BR /&gt;NOTE: SAS initialization used:&lt;BR /&gt;real time 3.51 seconds&lt;BR /&gt;cpu time 2.04 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;1 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task&lt;BR /&gt;1 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"&lt;BR /&gt;2 out=outID19&lt;BR /&gt;3 DBMS=xls&lt;BR /&gt;4 Sheet="sheet1";&lt;BR /&gt;-----&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG,&lt;BR /&gt;FILE, OUT, REPLACE, TABLE, _DEBUG_.&lt;BR /&gt;&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;&lt;BR /&gt;5 Getnames=Yes;&lt;BR /&gt;6 run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;7 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task&lt;BR /&gt;7 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"&lt;BR /&gt;8 out=outID19&lt;BR /&gt;9 DBMS=xls&lt;BR /&gt;10 Sheet="sheet1";&lt;BR /&gt;-----&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG,&lt;BR /&gt;FILE, OUT, REPLACE, TABLE, _DEBUG_.&lt;BR /&gt;&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;&lt;BR /&gt;11 Getnames=Yes;&lt;BR /&gt;12 run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;13 /*PROGRAM FOR RBI RESEARCH STATE OF IDAHO OCTOBER 10 2020*/&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;14 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task&lt;BR /&gt;14 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"&lt;BR /&gt;15 out=outID19&lt;BR /&gt;16 DBMS=xls&lt;BR /&gt;17 Sheet="sheet1";&lt;BR /&gt;-----&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG,&lt;BR /&gt;FILE, OUT, REPLACE, TABLE, _DEBUG_.&lt;BR /&gt;&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;&lt;BR /&gt;18 Getnames=Yes;&lt;BR /&gt;19 run;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690440#M24720</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-09T14:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690441#M24721</link>
      <description>&lt;P&gt;OK, good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next question:&amp;nbsp; Was the Excel spreadsheet &lt;STRONG&gt;closed&lt;/STRONG&gt; when you tired the import?&amp;nbsp; If not, SAS will give your the (very) misleading message "&lt;SPAN&gt;does not exist" when in fact all that needs to occur is to close the Excel spreadsheet.&amp;nbsp; Please make sure the spreadsheet is closed and try again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690441#M24721</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-09T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690445#M24722</link>
      <description>&lt;P&gt;You need a semi-colon after&amp;nbsp;DBMS=xls.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"
out=outID19
DBMS=xls
;  /*  Semi colon needed here  */
Sheet="sheet1";
Getnames=Yes;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:00:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690445#M24722</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-09T15:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690446#M24723</link>
      <description>&lt;P&gt;It was opened but when I close the excel file I get this log result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;26 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task&lt;BR /&gt;26 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls"&lt;BR /&gt;27 out=newID19&lt;BR /&gt;28 DBMS=xls&lt;BR /&gt;29 replace;&lt;BR /&gt;30 Sheet="sheet1";&lt;BR /&gt;31 Getnames=Yes;&lt;BR /&gt;32 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI&lt;BR /&gt;Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.04 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690446#M24723</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-09T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690451#M24724</link>
      <description>&lt;P&gt;Well, let's check the basics.&amp;nbsp; Can you post a screen capture of a Windows Explorer session showing that directory and that file?&amp;nbsp; See example, below.&amp;nbsp; We should confirm that the file hasn't been accidentally moved or misspelled before we look at other issues.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimbarbour_0-1602256287792.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50486i40261FBB8CC788BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimbarbour_0-1602256287792.png" alt="jimbarbour_0-1602256287792.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After that, we should check the sheet name.&amp;nbsp; Sheet1 is the default and it's highly likely that is in fact the sheet name, but we should still check.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690451#M24724</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-09T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690453#M24725</link>
      <description>&lt;P&gt;So I just fixed it as you said and I realize my file name extension was "xlsx" and not "xls". I corrected it this is what I get in the log which I supposed my data were imported. However, how do I move it from the "work" library to a permanent library? sorry for my dumb question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;33 /*PROGRAM FOR RBI RESEARCH STATE OF IDAHO OCTOBER 10 2020*/&lt;BR /&gt;34 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task&lt;BR /&gt;34 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xlsx"&lt;BR /&gt;35 out=newID19&lt;BR /&gt;36 DBMS=xlsx&lt;BR /&gt;37 replace;&lt;BR /&gt;38 Sheet="sheet1";&lt;BR /&gt;39 Getnames=Yes;&lt;BR /&gt;40 run;&lt;/P&gt;&lt;P&gt;NOTE: One or more variables were converted because the data type is not supported by the V9&lt;BR /&gt;engine. For more details, run with options MSGLEVEL=I.&lt;BR /&gt;NOTE: The import data set has 4493 observations and 123 variables.&lt;BR /&gt;NOTE: WORK.NEWID19 data set was successfully created.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 5.40 seconds&lt;BR /&gt;cpu time 5.36 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Blandine_0-1602257004181.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/50487iA264E8020215A1E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Blandine_0-1602257004181.png" alt="Blandine_0-1602257004181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690453#M24725</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-09T15:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690454#M24726</link>
      <description>&lt;P&gt;Never mind a simple copy and paste did the work.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690454#M24726</guid>
      <dc:creator>Blandine</dc:creator>
      <dc:date>2020-10-09T15:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690457#M24727</link>
      <description>&lt;P&gt;You can use libraries wherever you use datasets, so you only need to add the library in your PROC IMPORT statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import
  datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xlsx"
  out=permlib.newID19
  DBMS=xlsx
  replace
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:27:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690457#M24727</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-09T15:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error importing xlsx file</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690458#M24728</link>
      <description>&lt;P&gt;Excellent.&amp;nbsp; Sounds like we're all set then..&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Error-importing-xlsx-file/m-p/690458#M24728</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-10-09T15:28:16Z</dc:date>
    </item>
  </channel>
</rss>

