<?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 9.4 is getting freezed when using DDE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557162#M155280</link>
    <description>&lt;P&gt;Has anything at all other than your SAS version changed?&lt;/P&gt;
&lt;P&gt;The version of Excel can make a difference depending on what you are doing as the file type may need to be updated to match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should at least show the attempted code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that there are other programs that interfere with DDE because the address or communication spaces are not protected and others access them causing DDE to fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that Cisco Jabber is one program that will interfere with DDE. If you have Jabber running or installed as a service you have to KILL the process, not just close any active window but use Task Manager and kill the process, before DDE will work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since DDE is not actively supported it may be time to consider completely replacing the approach as anything using DDE will get more and more fragile as time goes no.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 15:36:07 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2019-05-08T15:36:07Z</dc:date>
    <item>
      <title>SAS 9.4 is getting freezed when using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557151#M155276</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I am invoking Excel from SAS using DDE facility. SAS 9.4 is getting hanged, I have only SAS 9.4.&amp;nbsp; Previously when I use 9.3 it was workig well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help in this regard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhav.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:01:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557151#M155276</guid>
      <dc:creator>Masetty143</dc:creator>
      <dc:date>2019-05-08T15:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 is getting freezed when using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557162#M155280</link>
      <description>&lt;P&gt;Has anything at all other than your SAS version changed?&lt;/P&gt;
&lt;P&gt;The version of Excel can make a difference depending on what you are doing as the file type may need to be updated to match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should at least show the attempted code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that there are other programs that interfere with DDE because the address or communication spaces are not protected and others access them causing DDE to fail.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that Cisco Jabber is one program that will interfere with DDE. If you have Jabber running or installed as a service you have to KILL the process, not just close any active window but use Task Manager and kill the process, before DDE will work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since DDE is not actively supported it may be time to consider completely replacing the approach as anything using DDE will get more and more fragile as time goes no.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557162#M155280</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-08T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 is getting freezed when using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557355#M155362</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Previously I was using Excel 2007 now it is Excel 2016.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the code I have used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let xls=P:\SBIM MIS\Regular MI\Sameday\6pm\Dataset\Insurance\CBMS SME FX DEAL- (effective fr 13 May).xlsx;&lt;BR /&gt;%let xls1=P:\SBIM MIS\Regular MI\Sameday\6pm\Dataset\Insurance\CBMS SME FX DEAL- (effective fr 13 May)_v1.xls;&lt;BR /&gt;%let pswd_1=Branch;&lt;/P&gt;&lt;P&gt;FILENAME xls DDE 'excel|system';&lt;BR /&gt;DATA _null_;&lt;BR /&gt;FILE xls;&lt;BR /&gt;PUT '[open("'&amp;amp;xls'")]';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 05:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557355#M155362</guid>
      <dc:creator>Masetty143</dc:creator>
      <dc:date>2019-05-09T05:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.4 is getting freezed when using DDE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557691#M155511</link>
      <description>&lt;P&gt;Otherwise if you have any alternative, please suggest the same.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 06:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-9-4-is-getting-freezed-when-using-DDE/m-p/557691#M155511</guid>
      <dc:creator>Masetty143</dc:creator>
      <dc:date>2019-05-10T06:43:50Z</dc:date>
    </item>
  </channel>
</rss>

