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