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
|