<?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: How to skip rows in excel sheet while using DDE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575698#M162906</link>
    <description>mine is sas 9.2 version so i have no choice so, please suggest me what delimter should i use to skip rows in excel sheet while using DDE</description>
    <pubDate>Tue, 23 Jul 2019 08:59:11 GMT</pubDate>
    <dc:creator>Karthik95</dc:creator>
    <dc:date>2019-07-23T08:59:11Z</dc:date>
    <item>
      <title>How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575676#M162895</link>
      <description>I have wrote a program by using DDE where I'm unable to skip rows in the excel sheet . What function I should use to skip rows</description>
      <pubDate>Tue, 23 Jul 2019 07:55:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575676#M162895</guid>
      <dc:creator>Karthik95</dc:creator>
      <dc:date>2019-07-23T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575678#M162897</link>
      <description>&lt;P&gt;You are still using DDE? The technique is outdated for years, you should really switch to something more up to date, like libname xlsx, or ODS.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575678#M162897</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-07-23T08:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575690#M162900</link>
      <description>&lt;P&gt;The proper tool for manipulating MS Office files is VBA. Use that.&lt;/P&gt;
&lt;P&gt;Skipping certain observations in SAS datasets is done with WHERE conditions or a subsetting IF.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575690#M162900</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-23T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575695#M162904</link>
      <description>&lt;P&gt;Adding to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;writes: You really should read below blog before writing any new SAS programs using DDE.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2014/10/14/dde-is-doa/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2014/10/14/dde-is-doa/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 08:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575695#M162904</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-07-23T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575698#M162906</link>
      <description>mine is sas 9.2 version so i have no choice so, please suggest me what delimter should i use to skip rows in excel sheet while using DDE</description>
      <pubDate>Tue, 23 Jul 2019 08:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575698#M162906</guid>
      <dc:creator>Karthik95</dc:creator>
      <dc:date>2019-07-23T08:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575727#M162915</link>
      <description>&lt;P&gt;put '09'x;&lt;/P&gt;
&lt;P&gt;that will skip one line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 10:31:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575727#M162915</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-07-23T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip rows in excel sheet while using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575841#M162941</link>
      <description>Skipping a line the same way you would with a text file should work, have you tried just a blank put statement? Or some other method? You can also control what cells you access directly so it should be pretty straightforward, post your code if you're having issues.</description>
      <pubDate>Tue, 23 Jul 2019 15:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-skip-rows-in-excel-sheet-while-using-DDE/m-p/575841#M162941</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-23T15:13:14Z</dc:date>
    </item>
  </channel>
</rss>

