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 (June 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Jun 2009 14:04:13 -0400
Reply-To:     Ya Huang <ya.huang@AMYLIN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ya Huang <ya.huang@AMYLIN.COM>
Subject:      data _null_ file print ods, why I get two lines?

Hi there,

I was surprised to see two lines show up, I expected only one line from the only one put statement:

ods html file="c:\temp\junk.html";

data _null_; file print ods=(label=' '); text="Dataset is empty"; put _ods_ text; run;

ods html close;

Any idea?

Thanks

Ya


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