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

  1. Path: sparky!uunet!stanford.edu!bu.edu!wupost!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!RITVAX.BITNET!SNGDCO
  2. From: SNGDCO@RITVAX.BITNET (Steven Good - Network Administrator)
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: JDL 850 GL+ emulating an HP 7580 ???
  5. Message-ID: <01GQU1QFE24296WIYB@ritvax.isc.rit.edu>
  6. Date: 6 Nov 92 18:34:39 GMT
  7. Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. Reply-To: "Steven Good - Network Administrator" <SNGDCO@RITVAX.BITNET>
  9. Lines: 39
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. X-Envelope-to: SAS-L@UGA.BITNET
  12. X-VMS-To: IN%"SAS-L@UGA.BITNET"
  13. MIME-version: 1.0
  14. Content-transfer-encoding: 7BIT
  15.  
  16. I am using a JDL 850 GL+ plotter/printer in my office with a dual bin
  17. feeder.  I have used this quite easily with VAX/VMS printer queues
  18. to select between the bins for both plotting cad diagrams and also
  19. doing print outs.  One bin ha 8.5x11 the other has "C" size paper.
  20.  
  21. I have used both ARRIS CAD and AUTO CAD and have not had problems using
  22. dual sizes automaticaly.
  23.  
  24. The problem I have run into with SAS is trying to get SAS to print the
  25. small "A" size chart starting at origin 0,0 on the plot A paper.   When
  26.  
  27. The following is the test I am running to try and plot correction.
  28. FILENAME GSASFILE 'TEST.JDL';
  29. GOPTIONS BORDER
  30.          DEVICE=JDL850
  31.          GSFNAME=GSASFILE
  32.          GSFMODE=REPLACE;
  33.  
  34. PROC GTESTIT PICTURE=1;
  35. RUN;
  36.  
  37. The results I get is the JDL skips down about 8 inches and indents about
  38. 4 inches so that the bottom left corner of the test print starts in the lower
  39. right corner of the page, thus it overflows the page and also the top is cut
  40. off.
  41.  
  42. Any suggestions would be helpfull.  I have tried all of the HP plot
  43. defintions, and even started creating my own Device definition.
  44.  
  45. NOTE:  I have looked at the output file created by SAS.  It appends a bunch
  46. of HP commands, that I am not sure about.
  47.  
  48. ? means a mon printable character.  Here is the first two lines of the output fi
  49.    le.
  50.  
  51. F;GM16800,0;250;;17:;19:IP-4387,-2637,4387,2637;SR0.6532,1.2319;SC0,4387,0,2637;
  52.    DT;CA5;DI1,0;LT;PU;PA 0,0;
  53.  
  54. the other following lines look like standard HP drawing coomands
  55.