|
|
help needed on DDE 'excel|system'
It seems that my system has problem with SAS DDE 'excel|system'.
For example,
filename sas2xl dde 'excel|system';
data _null_;
fid = fopen('sas2xl','s');
rc = fclose(fid);
run;
SAS just keeps running till Not Responding. Any command/fuction that is
put through it to Excel has the same problem.
How should I error check my system/SAS to resolve the problem ?
Thanks for any hint.
|
|
0
|
|
|
|
Reply
|
tomquin99 (72)
|
12/16/2009 9:15:46 PM |
|
It looks like you are trying to do something like that described by Roper in
http://www2.sas.com/proceedings/sugi25/25/cc/25p097.pdf
I just tested the program and I works nicely to open EXCEL and wait
the least amount of time, before continuing. Then you are ready to
DDE as you see fit.
On 12/16/09, Tom Smith <tomquin99@gmail.com> wrote:
> It seems that my system has problem with SAS DDE 'excel|system'.
>
> For example,
>
> filename sas2xl dde 'excel|system';
> data _null_;
> fid = fopen('sas2xl','s');
> rc = fclose(fid);
> run;
>
> SAS just keeps running till Not Responding. Any command/fuction that is
> put through it to Excel has the same problem.
>
> How should I error check my system/SAS to resolve the problem ?
> Thanks for any hint.
>
|
|
0
|
|
|
|
Reply
|
iebupdte
|
12/16/2009 9:48:29 PM
|
|
I do not find a solution to the problem in this paper.
The problem is that, I think, SAS can not successfully send commands to
Excel throught filename DDE 'excel|system'.
I am not clear where the bug is, Windows, Office Excel, or SAS.
Thanks for responding.
On Wed, Dec 16, 2009 at 4:48 PM, Data _null_; <iebupdte@gmail.com> wrote:
> It looks like you are trying to do something like that described by Roper
> in
> http://www2.sas.com/proceedings/sugi25/25/cc/25p097.pdf
>
> I just tested the program and I works nicely to open EXCEL and wait
> the least amount of time, before continuing. Then you are ready to
> DDE as you see fit.
>
> On 12/16/09, Tom Smith <tomquin99@gmail.com> wrote:
> > It seems that my system has problem with SAS DDE 'excel|system'.
> >
> > For example,
> >
> > filename sas2xl dde 'excel|system';
> > data _null_;
> > fid = fopen('sas2xl','s');
> > rc = fclose(fid);
> > run;
> >
> > SAS just keeps running till Not Responding. Any command/fuction that is
> > put through it to Excel has the same problem.
> >
> > How should I error check my system/SAS to resolve the problem ?
> > Thanks for any hint.
> >
>
|
|
0
|
|
|
|
Reply
|
tomquin99 (72)
|
12/16/2009 10:54:16 PM
|
|
|
2 Replies
422 Views
(page loaded in 0.085 seconds)
Similiar Articles: help needed on DDE 'excelRe: help needed on DDE 'excel On Dec 16, 6:36=A0pm, tomqui...@GMAIL.COM (Tom Quin) wrote: > Let me say the problem is that dde 'excel|system' does not work on my ... Re: help needed on DDE 'excelRe: help needed on DDE 'excel|system' - comp.soft-sys.sas ... Re: help needed on DDE 'excel DDE EXCEL close the file - comp.soft-sys.sas Re: help needed on DDE 'excel ... Sas DDE Excel - comp.soft-sys.sashelp needed on DDE 'excel help needed on DDE 'excel|system' - comp.soft-sys.sas ... Re: help needed on DDE 'excel sas dde to excel set page width - comp.soft-sys.sas Sas ... DDE EXCEL close the file - comp.soft-sys.sasClosing Excel doesn't work after saving - comp.soft-sys.matlab ... Re: help needed on DDE 'excel Let me say the problem is that dde 'excel|system' does not work on ... sas dde to excel set page width - comp.soft-sys.sashelp needed on DDE 'excel sas dde to excel set page width - comp.soft-sys.sas Re: help needed on DDE 'excel Re: help needed on DDE 'excel help needed on DDE 'excel|system ... Re: Anyone familiar with Excel 4 macro language? - comp.soft-sys ...Re: help needed on DDE 'excel Re: How to open excel file in Sas ... Re: Anyone ... options noxsync noxwait xmin; > filename sas2xl dde 'excel|system ... Re: help needed on DDE ... DDE Execute - comp.databases.filemaker... is "hello" to the procedure mytest > > eg: > service name = "excel" > text = "system ... help needed on DDE 'excel DDE Execute - comp.databases.filemaker... on DDE 'excel DDE ... "This computer system does not support MagicTune..." error - comp ...help needed on DDE 'excel "This computer system does not support MagicTune..." error - comp ... Re: help needed on DDE 'excel... me say the problem is that dde 'excel ... SAS Beginner Pls Help - comp.soft-sys.sasRe: help needed on DDE 'excel silly problem with SASAUTOS - comp.soft-sys.sas Re: help needed on DDE 'excel|system' - comp.soft-sys.sas ... SAS Beginner Pls Help - comp ... SAS add-in for MS Office/Excel... - comp.soft-sys.sasRe: help needed on DDE 'excel > > > I am not clear where the bug is, Windows, Office Excel, or SAS. > > The bug is in your ... needed on DDE 'excel|system' Tom, The ... Re: help needed on DDE 'excel|system'Tom, The following link probably doesn't add much more than the one that data_null_ provided earlier, but it does point out that one can get the help needed on DDE 'excel|system' - comp.soft-sys.sas | Computer GroupRe: help needed on DDE 'excel On Dec 16, 6:36=A0pm, tomqui...@GMAIL.COM (Tom Quin) wrote: > Let me say the problem is that dde 'excel|system' does not work on my ... 7/29/2012 4:00:35 AM
|
|
|
|
|
|
|
|
|