<?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 Opening Excel in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5459#M1738</link>
    <description>Can someone tell me what is wrong with this statement, I'm trying to open Excel through EG?&lt;BR /&gt;
&lt;BR /&gt;
filename sas2xl dde 'excel|system';&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
    <pubDate>Mon, 12 Nov 2007 18:56:59 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-11-12T18:56:59Z</dc:date>
    <item>
      <title>Opening Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5459#M1738</link>
      <description>Can someone tell me what is wrong with this statement, I'm trying to open Excel through EG?&lt;BR /&gt;
&lt;BR /&gt;
filename sas2xl dde 'excel|system';&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Mon, 12 Nov 2007 18:56:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5459#M1738</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-12T18:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5460#M1739</link>
      <description>Check the DDE documentation in the SAS manuals. The DDE application data needs to be a triplet consisting of the word "excel", then name of the sheet, and the location of the data in the sheet.  Here is an example form the SAS manual&lt;BR /&gt;
&lt;BR /&gt;
filename test dde 'Excel|c:\excel\&lt;BR /&gt;
                   [Sales.xls]Sales Data!R1C1:R4C2'&lt;BR /&gt;
&lt;BR /&gt;
If that doesn't work, it's time to call SAS Tech Support.&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier</description>
      <pubDate>Mon, 12 Nov 2007 21:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5460#M1739</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2007-11-12T21:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Opening Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5461#M1740</link>
      <description>Excel for DDE requires two connections and Doc is quite correct in referring to the syntax needed for sending and retrieving data from a specific spreadsheet.&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately, what is also needed is an instance of Excel with a system connection so that file open / save and similar functions can be performed.  It is this instance that is failing.&lt;BR /&gt;
&lt;BR /&gt;
Within Enterprise Guide, there is a standard setting that blocks sending system commands or operating system calls to a server.  As long as the system command block is in place, SAS cannot send the string to start Excel or anything else.&lt;BR /&gt;
&lt;BR /&gt;
There are workarounds, and a call to Tech support, or a visit to the website will shed light.&lt;BR /&gt;
&lt;BR /&gt;
Kind regards&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Wed, 14 Nov 2007 02:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-Excel/m-p/5461#M1740</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-11-14T02:17:35Z</dc:date>
    </item>
  </channel>
</rss>

