<?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: SAS programming in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321445#M70985</link>
    <description>&lt;P&gt;Please don't start a new thread for the same question.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 16:39:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-12-28T16:39:48Z</dc:date>
    <item>
      <title>SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321393#M70954</link>
      <description>&lt;P&gt;proc import&lt;BR /&gt;datafile='D:\Exchange of data\shoes.xlsx'&lt;BR /&gt;dbms=xlsx&lt;BR /&gt;out=shoes&lt;BR /&gt;replace;&lt;BR /&gt;ENDCOL="4";&lt;BR /&gt;STARTCOL="2";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6509iB968156346FBEB68/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="error.png" title="error.png" /&gt;&lt;/P&gt;&lt;P&gt;In the above code it showing error.suggest me where I am going wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 07:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321393#M70954</guid>
      <dc:creator>Tap222</dc:creator>
      <dc:date>2016-12-28T07:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321394#M70955</link>
      <description>&lt;P&gt;Take a look at the following &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acpcref/69731/HTML/default/viewer.htm#n0msy4hy1so0ren1acm90iijxn8j.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I usually follow the thumb rule that says&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Use RANGE= instead of STARTCOL=, STARTROW=, ENDCOL=, ENDROW=, or any combination of these because RANGE= already contains all of these values."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 07:55:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321394#M70955</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2016-12-28T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321399#M70958</link>
      <description>&lt;P&gt;Actually, it's working with range but startcol and endcol.it doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 08:42:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321399#M70958</guid>
      <dc:creator>Tap222</dc:creator>
      <dc:date>2016-12-28T08:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321401#M70960</link>
      <description>&lt;P&gt;Cool. Does that solve your problem then? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321401#M70960</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2016-12-28T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321403#M70962</link>
      <description>&lt;PRE&gt;
STARTCOL=, STARTROW=, ENDCOL=, ENDROW=,

are not available to XLSX engine, try 

dbms=xls

or

dbms=excel

&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Dec 2016 10:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321403#M70962</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-12-28T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS progrmming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321444#M71052</link>
      <description>&lt;P&gt;The error message you showed is a side effect of the an earlier error. Fix that first.&lt;/P&gt;
&lt;P&gt;I would not recommend using PROC IMPORT to read a CSV file with four columns. You will end up typing less code to just write the data step to read it yourself. &amp;nbsp;Plus then you won't need to run a PROC DATASETS step to remove unneccessary labels or formats that PROC IMPORT adds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data shoes;
   infile 'D:\Exchange of data\shoes.csv' dsd truncover ;
   length Subsidiary $20 Stores Sales Inventory 8;
   input subsidiary -- inventory;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 16:36:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321444#M71052</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2016-12-28T16:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS programming</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321445#M70985</link>
      <description>&lt;P&gt;Please don't start a new thread for the same question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 16:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-programming/m-p/321445#M70985</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-28T16:39:48Z</dc:date>
    </item>
  </channel>
</rss>

