Date: Thu, 11 Mar 1999 13:45:42 -0800
Reply-To: IAS <iasinfo@mediaone.net>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: IAS <iasinfo@MEDIAONE.NET>
Subject: Proc Gplot bombs in V7
Content-Type: text/plain; charset="us-ascii"
Migration to version 7 has been a nightmare. Nothing works the way it
should. The attached program works fine in v. 6.12. The proc gplot
generates an "integer divide by zero" error in v. 7. Any theories?
goptions reset=global targetdevice=os2prtg device=os2 rotate=portrait
ftext=swissb
htitle=2 htext=1.5;
data coor; set totstd; length text $40.;
style='SWISSB'; size=.7; label x='Likelihood' y='Uncertainty';
text = _label_;
y = std; x = mean;
xsys = '2'; ysys = '2'; position='9';
keep x y text style xsys ysys size position;
if _name_ ne 'x';
symbol1 value=dot h=.5;
axis1 length=7in order=(130 to 0 by -10);
axis2 length=7in order=(0 to 130 by 10) ;
title 'Likelihood by Uncertainty';
title2;
proc gplot data=coor ;
plot y*x=1 / annotate=coor frame href=65 vref=65 haxis=axis2
vaxis=axis1; run;
__________________________________________________________________
Charlie Schwartz
Intelligent Analytical Services
iasinfo@mediaone.net