LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 28 Feb 2011 17:20:48 -0600
Reply-To:     SAS_learner <proccontents@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         SAS_learner <proccontents@GMAIL.COM>
Subject:      What Goptions need to be used ??
Content-Type: text/plain; charset=ISO-8859-1

These are the Options I am using ??

goption reset=all device=cgm rotate=landscape gaccess=gsasfile gsfname=graphout handshake=none gsfmode=replace gprotocol=sasgpasc noborder noprompt gunit=pct ftext='SIMPLEX' ftitle='SIMPLEX' vsize=7 in hsize=8.0 in htitle=2 htext=1.5 display;

filename graphout temp;

symbol1 i=r value=triangle color=black;

ods rtf file="&rtfout/ neto_1.rtf" startpage=never notoc_data;

Using the above Goptions I am getting an warning I did not mention any where to use Courier font. What Goption I need to use to get rid of the warning

WARNING: Font Courier could not be used. Font SIMPLEX substituted for font Courier. NOTE: Regression equation : plat_chg(trtsort:Placebo) = 7.743982 + 0.614589*esr_chg.


Back to: Top of message | Previous page | Main SAS-L page