<?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: Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question... in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/791979#M253759</link>
    <description>Instead of startrow try specifying the RANGE. &lt;BR /&gt;&lt;BR /&gt;Range = "Sheet1$A2:0";&lt;BR /&gt;&lt;BR /&gt;The 0 indicates that it should read to the end of the data.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Jan 2022 20:34:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-01-24T20:34:13Z</dc:date>
    <item>
      <title>Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/791978#M253758</link>
      <description>Have EG connected to a Mapped SharePoint drive.
Am using the DBMS=EXCELCS to import a *.xlsx file off of SharePoint.
Having problems defining the startrow=2 value as the first row has text garbage that I need to skip.
Seems like the EXCELCS has different parameters than other DBMS identifiers...
How can I point the import to start at row_2 (headers) row_3 down has all data....
SAS EG: 7.15
TIA.. J

********************************************
Error Message:
startrow=2;
________
180
ERROR 180-322: Statement is not valid or it is used out of proper order.</description>
      <pubDate>Mon, 24 Jan 2022 20:27:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/791978#M253758</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2022-01-24T20:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/791979#M253759</link>
      <description>Instead of startrow try specifying the RANGE. &lt;BR /&gt;&lt;BR /&gt;Range = "Sheet1$A2:0";&lt;BR /&gt;&lt;BR /&gt;The 0 indicates that it should read to the end of the data.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jan 2022 20:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/791979#M253759</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-24T20:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793568#M254368</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;ISSUE:&lt;/STRONG&gt;&lt;/FONT&gt; Need to skip over the First Row of the Excel document on a Mapped SharePoint site using &lt;STRONG&gt;PC File Server&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;Still struggling with this one...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;Read through numerous white papers and tried multiple combinations of Options...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;It seems the issue is with the following statement, as it points to PC SAS Server running my laptop: &lt;/FONT&gt;&lt;FONT face="helvetica" size="4"&gt;&lt;FONT color="#9b1e31"&gt;DBMS&lt;/FONT&gt;=EXCELCS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;Are there any articles that specifically refer to the EXCELCS and values I can assign.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;It seems the documentation uses the DBMS=EXCEL or the extension variations of Excel (xls…) which is different from my approach.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4"&gt;When I use the Range= option I get the: ERROR: &lt;FONT color="#993300"&gt;File _IMEX_.'MasterInput$A2:0'n.DATA does not exist. &lt;FONT color="#000000"&gt;regardless of how I identify the range.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4" color="#000000"&gt;The Range I need is $A2:0&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4" color="#000000"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; The excel document is fairly large: CL 1698 is the last cell I need to read in...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4" color="#000000"&gt;Thinking maybe I'll just have to modify the Excel and save it off in the format SAS EG likes...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="helvetica" size="4" color="#000000"&gt;Thanks...&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 18:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793568#M254368</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2022-01-31T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793600#M254380</link>
      <description>&lt;P&gt;I suggest you work with SAS Tech Support on this. The RANGE option is supported with EXCELCS so there must be something else going on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried specifying the range without the sheet name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please post&amp;nbsp; your complete SAS log using &amp;lt;/&amp;gt; so we can see clearly what is happening.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 20:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793600#M254380</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-31T20:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using DBMS=EXCELCS To Import via SAS PC File Server From SharePoint Question...</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793615#M254382</link>
      <description>&lt;P&gt;Thanks, Yes tried numerous combinations of and&amp;nbsp;values...&lt;/P&gt;
&lt;P&gt;I just confirmed the *.xls is 'flat' no lookups or links which is what I though may have been causing the issue (white papers)&lt;/P&gt;
&lt;P&gt;I'll check with SAS Tech Support and see what they come up with.&lt;/P&gt;
&lt;P&gt;Thanks, Jay&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 20:30:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DBMS-EXCELCS-To-Import-via-SAS-PC-File-Server-From/m-p/793615#M254382</guid>
      <dc:creator>JayS</dc:creator>
      <dc:date>2022-01-31T20:30:58Z</dc:date>
    </item>
  </channel>
</rss>

