home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / bit / listserv / sasl / 3925 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!glia!tamara
  2. From: tamara@glia.biostr.washington.edu (tiny t)
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: Re:      task like PROC PRINT
  5. Message-ID: <1992Aug26.185553.6513@u.washington.edu>
  6. Date: 26 Aug 92 18:55:53 GMT
  7. References: <SAS-L%92082609425623@OHSTVMA.IRCC.OHIO-STATE.EDU>
  8. Sender: news@u.washington.edu (USENET News System)
  9. Organization: Dept Biological Structure-University of Washington
  10. Lines: 24
  11.  
  12. In article <SAS-L%92082609425623@OHSTVMA.IRCC.OHIO-STATE.EDU> Anne Liang <GOVE036@TWNMOE10.BITNET> writes:
  13. >Hi, everyone
  14. >
  15. >I've got a dataset which contains more than 100 variales and about 100
  16. >
  17. >What are the possible solutions? The procedure which mimics PROC PRINT
  18. >is much preferred. Thanks in advance.
  19.  What I do is compress my printing using HP PCL (Hewlette Packard
  20.  Printing control Language).  If you have a printer that you know
  21.  how to send control characters (in HEX) this is a wonderful way to
  22.  adjust for large printing requirements.
  23.  
  24.  I print landscape 11x8.5 and compressed. This way you can fit a lot of
  25.  information on one page. in Portrait mode 8.5 x 11 you can fit 7app. 
  26.  90 bytes and about 70 rows. Land is much more. I don't have the exac
  27.  numbers.t
  28.  
  29.  You can look into PROC REPORT but I kind of doubt it would hlep.
  30.  As far as I know the only way to do this sort of thing is using PUT
  31.  statements.0 
  32. >Anne Liang in Taipei Taiwan
  33.  
  34. ---------
  35. Tamara@glia.biostr.washington.edu
  36.