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 (January 2010, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 30 Jan 2010 18:27:40 +0000
Reply-To:     Phil Holland <news@HOLLANDNUMERICS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Phil Holland <news@HOLLANDNUMERICS.COM>
Organization: Holland Numerics Ltd
Subject:      Re: Proc Gplot Unsupported device
Comments: To: sas-l@uga.edu
Content-Type: text/plain;charset=us-ascii

Try moving your GOPTIONS statement to before your ODS RTF statement. It looks like ODS RTF uses your current device.

..........Phil

In message <c2192a611001200936s6d24b10bkfb5d9a4b9a424331@mail.gmail.com>, SAS_learner <proccontents@GMAIL.COM> writes >Hello all, > >When running my graphs I am getting this WARNING , I am getting same warning >when using SASEMF too, any Idea what device to use to get rid of this >warning > >I am using sas 9.2 > > >4951 ********************************* >4952 * GPLOT >4953 *********************************; >4954 ods listing close; >4955 options orientation=landscape; >4956 ods rtf file="%qlowcase(&PROGNAME).rtf" style=styles.printer; >WARNING: Unsupported device 'PSLL' for RTF destination. Using default device >'SASEMF'. >NOTE: Writing RTF Body file: f-km-os.rtf >4957 >4958 goptions reset=all rotate=landscape device=png300 >gsfname=grphfile ctext=black >4959 cback=white gsfmode=replace ftext=duplex >ftitle=duplex SIMFONT=duplex gsflen=80 >4960 xmax=9 inches ymax=7 inches display autofeed gunit=pct; >4961 > >thanks >Sl

-- -------------------------------------------------------- Holland Numerics Ltd 94 Green Drift, Royston, Herts SG8 5BT, UK mobile : +44-(0)7714-279085 email : <NEWS@hollandnumerics.com> URL : http://www.hollandnumerics.com/ --------------------------------------------------------


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