home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / bit / listserv / sasl / 3727 < prev    next >
Encoding:
Text File  |  1992-08-14  |  2.3 KB  |  48 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CEHIEC1.EM.CDC.GOV!SPJ1
  3. Encoding: 34 TEXT
  4. X-Mailer: Microsoft Mail V3.0 (beta-2)
  5. Message-ID: <2A8B548A@router.em.cdc.gov>
  6. Newsgroups: bit.listserv.sas-l
  7. Date:         Fri, 14 Aug 1992 10:32:00 EST
  8. Reply-To:     SPJ1@CEHIEC1.EM.CDC.GOV
  9. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  10. From:         SPJ1@CEHIEC1.EM.CDC.GOV
  11. Subject:      PC/SAS prints leading blank page
  12. Comments: To: SAS-L%UGA.BITNET@UGA.CC.UGA.EDU
  13. Lines: 33
  14.  
  15. ***************************************************************************
  16. Content          Question
  17. Summary          PC/SAS prints leading blank page with FILE command
  18. Rlse/Pltfm       SAS 6.04 for DOS with HP Laserjet II Printer
  19. Name             Steve James
  20. BITNET Address   SPJ1%UGA.BITNET@UGA.CC.UGA.EDU
  21. INTERNET Address SPJ1@CEHIEC1.EM.CDC.GOV
  22. Real address     Centers for Disease Control
  23.                  1600 Clifton Road NE, Mailstop F36
  24.                  Atlanta, GA  30333
  25.                  (404) 488-4656
  26. ***************************************************************************
  27. Dear SAS-L
  28.  
  29.     This is a follow-up to a question that I had concerning getting PC/SAS
  30. output to print in landscape on an HP Laserjet.  That was accomplished by
  31. sending the appropriate codes described in the HP manual with the PUT
  32. statement massaged with the BYTE function (eg. x=byte(027);put @1 x; sends
  33. the escape character to the printer).  Thanks for those who responded.
  34.  
  35.     My problem now is that when I send this output to the printer, a blank
  36. page is always printed first, and I have to press the Form Feed to get the
  37. last page of the output to print.  Someone here suggested that there is a
  38. configuration option with the printer that determines whether the printer
  39. "prints what it has" or waits until it gets a form feed before it disgorges
  40. its data buffer.  Could this be the AUTO CONTINUE option that's mentioned but
  41. not described in the HP manual?  If it is, then the question is can it be set
  42. programmatically or must I manually set the option before printing my output,
  43. then reset it after I'm finished.  And also will it solve the blank page
  44. problem?  If that's not the solution what is?  I will greatly appreciate any
  45. help y'all can give.
  46.  
  47. Steve James, Centers for Disease Control
  48.