Hi All,
Please see the attachment and let me know how to reslove the issue!!
i used proc gplot to genarate scatter plot. while execution i got "invalid font Albar AMT has been substituted by a non-scalable system font" warning.
please suggest how to over come with this error.
Hima
Find where you are specifying the font Albany AMT and change it. Possibly in AXIS or Legend statements. Or the active style.
Hima,
Places to look for the Albany AMT font declaration are in
earlier in your program, or
autoexec.sas, or
sasv9.cfg
in that order.
i dn't know how to change bcz we are using setup macro but backend code we can't touch.
I would feed your warning back t the owner of the code if you cannot do anything about it.
You may be able to override it in your code by specifying the font before the GPLOT.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.