home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4928 < prev    next >
Encoding:
Text File  |  1992-11-05  |  2.2 KB  |  50 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!SALT.RA.ANL.GOV!SPARAPAN
  3. Message-ID: <9211051432.AA22600@flash.ra.anl.gov>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Thu, 5 Nov 1992 08:32:11 CST
  6. Reply-To:     sparapan@SALT.RA.ANL.GOV
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         sparapan@SALT.RA.ANL.GOV
  9. Subject:      Printer Problem in SAS 6.03/6.04
  10. Comments: To: sas-l@uga.cc.uga.edu
  11. Lines: 37
  12.  
  13. SAS-L:
  14.  
  15. OS:  OS/2
  16. Product:  SAS 6.03/6.04
  17. Printer:  Panasonic 1123KX with Epson LQ850 and IBM PROPRINTER X24 Graphics mode
  18. Problem:  GOPTIONS for printer.
  19.  
  20. I am having a problem producing output with PC/DOS/SAS.  I think it is 6.03
  21. basically with an updated SAS/GRAPH(new and updated drivers) which they call
  22. 6.04(please correct me if I'm wrong).  My problem is I'm used to the GOPTIONS
  23. of 6.07 which does not apply.  What I want to know has anyone been able to
  24. print using this printer.  I have used it in other graphics applications so I
  25. know it's not the printer that is the problem.  I can externally put the
  26. printer in three graphics modes LQ850, IBM G1, and IBM G2.  I tried the SAS
  27. drivers for Proprinter and Epson LQ800 with no success.  If anyone knows how
  28. to modify these drivers to work with my printer please let me know.  The
  29. GOPTIONS that I used follow.
  30.  
  31. FILENAME GRAFOUT "C:\DOS\STAT\SAS\SASUSER\GRAFX.GSF";
  32. GOPTIONS RESET=ALL DEVICE=PROPRINT GSFNAME=GRAFOUT GSFMODE=REPLACE;
  33.  
  34. sas statements with a graphics routine
  35.  
  36. X "PRINT C:\DOS\STAT\SAS\SASUSER\GRAFX.GSF";
  37. RUN;
  38.  
  39. I have tried the above also with DEVICE=LQ800 and DEVICE=LQ1000 and both with
  40. and without NOCHARACTERS since no hardware fonts are listed for any of these
  41. devices.  Also, under OS/2 you can stop the queue and look at the output on
  42. the screen instead of wasting paper(which I did a lot of).  However, I'm not
  43. sure if what I'm looking at is WYSIWYG.  For instance, I printed a WordPerfect
  44. document to the queue and it didn't look much better.  Is this because I setup
  45. the printer incorrectly.  In OS/2, the printer is set as a Panasonic 1123KX, but
  46. the driver is the Epson LQ-850 just like in Windows.  I'm out of breath.  Please
  47. help.  Thanks for your help in advance.
  48.  
  49. Rodney
  50.