<?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: startrow/datarow problem in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541643#M7396</link>
    <description>&lt;P&gt;Indeed, I tried both. I think it's a html file with an excel extension. But, Id like a better opinion, because Im kind of newbie in SAS&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 22:57:35 GMT</pubDate>
    <dc:creator>Sk4r</dc:creator>
    <dc:date>2019-03-08T22:57:35Z</dc:date>
    <item>
      <title>startrow/datarow problem</title>
      <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541619#M7387</link>
      <description>&lt;P&gt;Hi, I have a problem where I try to specify the start row to fetch data on my proc import, but I always get this error&amp;nbsp;ERROR 180-322: Statement is not valid or it is used out of proper order for the following program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT OUT= WORK.name&amp;nbsp;
DATAFILE=&amp;nbsp;routeFile&amp;nbsp;
DBMS=EXCEL REPLACE;
RANGE="'Sheet 1$'"; 
startrow = 25;
GETNAMES=YES;
MIXED=NO;
SCANTEXT=YES;
USEDATE=YES;
SCANTIME=YES;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I also tried specifying a range after sheet 1$, but it also got me an error&amp;nbsp; Name ''Sheet 1$'A25:J180' is too long for a SAS name in this&lt;BR /&gt;context.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 21:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541619#M7387</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-03-08T21:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: startrow/datarow problem</title>
      <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541631#M7393</link>
      <description>&lt;P&gt;have you tried &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #333333; font-family: 'HelevticaNeue-light','Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 150%; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;DATAROW=25 rather than startrow = 25?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 22:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541631#M7393</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-03-08T22:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: startrow/datarow problem</title>
      <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541643#M7396</link>
      <description>&lt;P&gt;Indeed, I tried both. I think it's a html file with an excel extension. But, Id like a better opinion, because Im kind of newbie in SAS&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 22:57:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541643#M7396</guid>
      <dc:creator>Sk4r</dc:creator>
      <dc:date>2019-03-08T22:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: startrow/datarow problem</title>
      <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541650#M7398</link>
      <description>&lt;P&gt;open the file with a text editor and see if you are getting what you expect.&amp;nbsp; If not then likely it is an html file.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 23:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541650#M7398</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-03-08T23:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: startrow/datarow problem</title>
      <link>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541675#M7404</link>
      <description>&lt;P&gt;Try other engine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DBMS=xls&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DBMS=xlsx&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Mar 2019 10:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/startrow-datarow-problem/m-p/541675#M7404</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-03-09T10:46:05Z</dc:date>
    </item>
  </channel>
</rss>

