home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!GENE.COM!MURTHY
- Message-ID: <9207291707.AA05439@newton.gene.com>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 29 Jul 1992 10:07:59 -0700
- Reply-To: Smitha Krishnamurthy <murthy@GENE.COM>
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: Smitha Krishnamurthy <murthy@GENE.COM>
- Subject: Target device option in SAS-GRAPH
- Lines: 24
-
- I am using SAS version 6.07 and trying run SAS-Graph using the new
- graphics option targetdevice along with device option
- so that I could preview the graphics output on my X-Windows terminal and
- then send it to the printer(laser line printer).
- Unfortunately it is neither displaying the graph nor routing it to the
- printer. Could someone please help me.
-
- BTW the following g-options are used in my program:
-
- filename temp "grph.gsf";
- goptions device= xcolor
- targetdevice=ps300
- gaccess=gsasfile
- display
- prompt
- ftext=swissx
- gsfmode=rotate
- gsfname=temp
- ;
- first I am using gplot procedure and then feeding the output to greplay to
- replay the graphs in four different positions. Answers will be appreciated.
-
- thanks.
- smitha.
-