Date: Tue, 20 Aug 2002 13:57:51 +0200
Reply-To: Jörg Neumann <neumann@CONSORS.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jörg Neumann <neumann@CONSORS.DE>
Subject: Problems with ODS (HTML -> XLS)
Hello,
i have problems with an ods-Statement.
filename aus1
"O:\Allgemein\Transfer_CI_Finance\Reporting\NEU\Reporting_Geloeschte_&monat.
.xls";
ods html body=aus1 style=minimal;
proc print data=ana03_lkz noobs;
by _type_;
label _type_ = "Auszählungsebene";
run;
ods html close;
I have four statements like this in my programm.
Every proc print generate an output with 188 rows and 110 colums.
The SAS Programm generate only two xls-Files.
Then SAS ist still running, without doing something.
I can't click on anything in SAS.
Only a termination of the SAS session with the task-Manager stopps
SAS.
I work with SAS V8.2 unter Windows NT.
Thanks for your help.