home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3466 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.2 KB  |  36 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!GENE.COM!MURTHY
  3. Message-ID: <9207291707.AA05439@newton.gene.com>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 29 Jul 1992 10:07:59 -0700
  6. Reply-To:     Smitha Krishnamurthy <murthy@GENE.COM>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Smitha Krishnamurthy <murthy@GENE.COM>
  9. Subject:      Target device option in SAS-GRAPH
  10. Lines: 24
  11.  
  12.  I am using SAS version 6.07 and trying run SAS-Graph using the new
  13.  graphics option targetdevice along with device option
  14.  so that I could preview the graphics output on my X-Windows terminal and
  15.  then send it to the printer(laser line printer).
  16.  Unfortunately it is neither displaying the graph nor routing it to the
  17.  printer. Could someone please help me.
  18.  
  19.  BTW the following g-options are used in my program:
  20.  
  21.   filename temp "grph.gsf";
  22.   goptions device= xcolor
  23.            targetdevice=ps300
  24.            gaccess=gsasfile
  25.            display
  26.            prompt
  27.            ftext=swissx
  28.            gsfmode=rotate
  29.            gsfname=temp
  30.            ;
  31. first I am using gplot procedure and then feeding the output to  greplay to
  32. replay the graphs in four different positions. Answers will be appreciated.
  33.  
  34. thanks.
  35. smitha.
  36.