LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 25 Oct 2008 10:40:36 -0400
Reply-To:     Arthur Tabachneck <art297@NETSCAPE.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arthur Tabachneck <art297@NETSCAPE.NET>
Subject:      Re: dde excel not updating

Zakaria,

As shown in your last post ( http://xrl.us/ou3xe ), your log doesn't match the code you say you submitted. In particular, you now have two data steps where you are trying to write to excel, one presumably with one variable, one row, and another with two variables and one row. Further, both instances appear to be from a file in your work directory, rather than from the second libname as indicated in your initial posts.

A couple of extra questions for you: 1. At work, can you open the spreadsheet in Excel? 2. Can you provide an example of what the data looks like in your SAS file? 3. What do you expect the spreadsheet to look like after you've run the code? 4. Show the code you ran to produce the log you showed.

Art


Back to: Top of message | Previous page | Main SAS-L page