<?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 DDE Code in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39474#M10200</link>
    <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Im looking to get a better understanding of using DDE to open an excel spreadsheet that has a password.&lt;BR /&gt;
&lt;BR /&gt;
Once the Excel is open, export a file and then close excel.&lt;BR /&gt;
&lt;BR /&gt;
My understanding of SAS is limited as I'm new and would like to uderstand how this can be done.&lt;BR /&gt;
&lt;BR /&gt;
regards</description>
    <pubDate>Mon, 28 Mar 2011 23:44:04 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2011-03-28T23:44:04Z</dc:date>
    <item>
      <title>DDE Code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39474#M10200</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Im looking to get a better understanding of using DDE to open an excel spreadsheet that has a password.&lt;BR /&gt;
&lt;BR /&gt;
Once the Excel is open, export a file and then close excel.&lt;BR /&gt;
&lt;BR /&gt;
My understanding of SAS is limited as I'm new and would like to uderstand how this can be done.&lt;BR /&gt;
&lt;BR /&gt;
regards</description>
      <pubDate>Mon, 28 Mar 2011 23:44:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39474#M10200</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-28T23:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: DDE Code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39475#M10201</link>
      <description>Hello.&lt;BR /&gt;
&lt;BR /&gt;
You may find this thread useful.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="&amp;lt;br"&gt;
&lt;BR /&gt;
&lt;/A&gt;&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=35783诇" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=35783诇&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=35783诇" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=35783诇&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 05:28:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39475#M10201</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2011-03-29T05:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: DDE Code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39476#M10202</link>
      <description>hi thanks for the reply,&lt;BR /&gt;
I have a question, in the below line is "cc" file name that I'm trying to open?&lt;BR /&gt;
&lt;BR /&gt;
filename cc dde 'Excel|System';&lt;BR /&gt;
&lt;BR /&gt;
regards</description>
      <pubDate>Thu, 31 Mar 2011 01:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39476#M10202</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-31T01:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: DDE Code</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39477#M10203</link>
      <description>Hello.&lt;BR /&gt;
Yes, "cc" is a filename by which you manage Excel in the datastep:&lt;BR /&gt;
&lt;BR /&gt;
data _null_;&lt;BR /&gt;
&lt;B&gt;file cc;&lt;/B&gt; put '[Open("c:\documents\wg.xls",0,1,,"abcdxxx")]';&lt;BR /&gt;
run;</description>
      <pubDate>Thu, 31 Mar 2011 05:12:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/DDE-Code/m-p/39477#M10203</guid>
      <dc:creator>Oleg_L</dc:creator>
      <dc:date>2011-03-31T05:12:05Z</dc:date>
    </item>
  </channel>
</rss>

