BookmarkSubscribeRSS Feed
A_B_C
Calcite | Level 5


Hi,

I am using the following code

 

filename flname dde "winword|C:\Users\\Desktop\Macro Test\mu166-2011-011 statistical analysis plan_final.docx!listings"

where I am getting an error:

 

ERROR: Physical file does not exist, winword|C:\Users\\Desktop\Macro Test\mu166-2011-011 statistical analysis plan_final.docx!listings.

But when I change file name to simply 'C:\Users\\Desktop\Macro Test\MU SAP.docx!listings' then it is working fine and no error.

It would be greatly helpful if someone can help me to resolve this issue.

Thank You.

1 REPLY 1
jwsquillace
SAS Employee

Referencing the DDE External File

SAS(R) 9.3 Companion for Windows

The syntax shown for DDE in the Windows companion is:

filename test dde 'winword|"c:\temp\testdde.doc"  !NUMBER' notab;

Notice the double quotes around the filename inside the single quotes enclosing the DDE triplet.

Jan

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1739 views
  • 0 likes
  • 2 in conversation