home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / sasl / 4937 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  2.1 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!gumby!yale!yale.edu!nigel.msen.com!emory!europa.asd.contel.com!paladin.american.edu!auvm!SALT.RA.ANL.GOV!SPARAPAN
  2. From: sparapan@SALT.RA.ANL.GOV
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: Printer Problems in PC/SAS SOLVED!!
  5. Message-ID: <9211060204.AA24684@flash.ra.anl.gov>
  6. Date: 6 Nov 92 02:04:24 GMT
  7. Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. Reply-To: sparapan@SALT.RA.ANL.GOV
  9. Lines: 26
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. Comments: To: sas-l@uga.cc.uga.edu
  12.  
  13. SAS-L
  14.  
  15. I was in the unfortunate position of trying to sort out the hardware
  16. software interaction for a Panasonic 123KX and DOS/SAS 6.03/6.04.
  17. Many of you probably remember the problem.  Nice graphics in--garbage
  18. out.  The problem was that there are a seemingly unlimited number of
  19. goptions and drivers(software) and many, many hardware options(Epson
  20. graphics mode, IBM graphics modes 1 and 2, etc.).  It won't take you
  21. long to see the possible combinations create a rather large sample
  22. set.  I posted the problem to the list and I received several helpful
  23. hints.  They didn't completely solve the problem, but they helped me
  24. narrow it down.  First of all, in DOS you have to print a graphics
  25. stream file with /b option(that is print/b) for binary.  Secondly, this
  26. is probably not the way you want to do it.  The way I've found most to
  27. my liking is to set the goptions as follows:
  28. GOPTIONS DEV=LQ800 GACCESS="SASGASTD>PRN";
  29. The key here is the gaccess which you can find in the SASHELP.DEVICES
  30. or if you have created one the GDEVICE0.DEVICES catalog.  This is the
  31. part that threw me.  I guess I've been working with 6.07 too long.
  32. (Actually, I now remember figuring this one out with a call to SI
  33. several years ago, but apparently that part of memory was suffering an
  34. addressing conflict.)  Judging from the few responses that I received
  35. either a lot of people forgot it also or never knew it in the first place.
  36. Either way I thought that this information would be of value.  Thanks for
  37. those that were helpful on this problem.
  38. Rodney
  39.