GLIMMIX ODS

  • Follow


I am having problem in my ODS output. All I am getting is little red 'x in a
while box' in the html output:  I included the code and a part of log as
well. I tried different graphs as well.

I am using SAS 9.1 in a XP-Home and Java 2 platform v 1.5.0. If anyone need
more info. feel free to email.

Thanks
SW

ods html ;
ods graphics on;
ods select PearsonPanel;
proc glimmix data=abc ic=PQ plots=pearsonpanel;
class  id  a ;
model lower_symp = x y z a
/ s solution dist=binomial link=logit oddsratios (at x= 40 unit x=10) ;
random _residual_ / subject = id;
nloptions maxiter=150;
run;
ods graphics off;
ods html close;


WARNING: Statistical graphics displays created with ODS are experimental in
this release.
Can't load class com/sas/tk/util/SetStandardOut.
  Can't redirect System.err to SAS log.

Can't load class com/sas/tk/util/SetStandardOut.
  Can't redirect System.out to SAS log.

Can't load class com/sas/tk/util/SetStandardOut.
System.out not restored
Can't load class com/sas/tk/util/SetStandardOut.
System.err not restored
ERROR: Java class generated an exception.
0
Reply woods.steve (27) 3/29/2007 3:14:28 PM

Hi,

I remember that is about java version...

This problem occurs if Version 1.5 of the JRE has been installed on the system.

http://support.sas.com/techsup/unotes/le/015/015237.html


Cordialement/
Best regards,

Stephane COLAS

**************************
Soci�t� Datametric

Notre site / Our site
http://www.datametric.fr
**************************


Selon Steve Woods <woods.steve@GMAIL.COM>:

> I am having problem in my ODS output. All I am getting is little red 'x in a
> while box' in the html output:  I included the code and a part of log as
> well. I tried different graphs as well.
>
> I am using SAS 9.1 in a XP-Home and Java 2 platform v 1.5.0. If anyone need
> more info. feel free to email.
>
> Thanks
> SW
>
> ods html ;
> ods graphics on;
> ods select PearsonPanel;
> proc glimmix data=abc ic=PQ plots=pearsonpanel;
> class  id  a ;
> model lower_symp = x y z a
> / s solution dist=binomial link=logit oddsratios (at x= 40 unit x=10) ;
> random _residual_ / subject = id;
> nloptions maxiter=150;
> run;
> ods graphics off;
> ods html close;
>
>
> WARNING: Statistical graphics displays created with ODS are experimental in
> this release.
> Can't load class com/sas/tk/util/SetStandardOut.
>   Can't redirect System.err to SAS log.
>
> Can't load class com/sas/tk/util/SetStandardOut.
>   Can't redirect System.out to SAS log.
>
> Can't load class com/sas/tk/util/SetStandardOut.
> System.out not restored
> Can't load class com/sas/tk/util/SetStandardOut.
> System.err not restored
> ERROR: Java class generated an exception.
>
0
Reply scolas (213) 3/29/2007 3:18:48 PM


1 Replies
51 Views

(page loaded in 0.081 seconds)

Similiar Articles:













7/22/2012 5:03:35 PM


Reply: