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 (December 2008, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 12 Dec 2008 20:39:49 -0500
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <schreier.junk.mail@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <schreier.junk.mail@GMAIL.COM>
Subject:   Re: Weird problem with SAS DDE --> Excel

On Fri, 12 Dec 2008 16:48:42 -0800, Gary <gshyoung@GMAIL.COM> wrote:

>Hi all, > >I'm trying to dump some observations into an Excel spreadsheet (*.xls) >via dde using the following code: > >-------------------------------------- >filename test dde "Excel|Sheet1!r1C1:r500C100" notab; > >data _null_; > set test; > file test; put var1 (var2--var70)( +(-1) '09'x); >run; >-------------------------------------- > >However, the problem is that the last few variables for some >observations are being written to a new row in the spreadsheet. The >problem does not occur for all observations. > >What could be the problem? > >Thanks, >Gary

default LRECL of 256 is too low


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