LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 8 Feb 1999 16:01:44 -0500
Reply-To:     Undetermined origin c/o LISTSERV administrator
              <owner-LISTSERV@VTVM1.CC.VT.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
Comments:     RFC822 error: <E> "From:"/"Sender:" field is missing.
From:         Undetermined origin c/o LISTSERV administrator
              <owner-LISTSERV@VTVM1.CC.VT.EDU>

finch-post-10.mail.demon.net([194.217.242.38];helo=post.mail.demon.net) by AKH-Wien.AC.AT with TCP Received: from [194.222.186.226] (helo=crawfordsoftware.demon.co.uk) by post.mail.demon.net with smtp (Exim 2.12 #1) id 109xfF-00045A-00 for SAS-L@AKH-WIEN.AC.AT; Mon, 8 Feb 1999 20:52:17 +0000 MIME-Version: 1.0 X-Mailer: Turnpike (32) Version 3.05 <uUq1LwAYB2QUgi8fmhIjRFrCnM> Message-ID: <bHNO1GAJ50v2Ew7u@crawfordsoftware.demon.co.uk> Newsgroups: bit.listserv.sas-l Date: Mon, 8 Feb 1999 20:51:21 +0000 Reply-To: Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK> Sender: "SAS(r) Discussion" <SAS-L@AKH-WIEN.AC.AT> From: Peter Crawford <Peter@CRAWFORDSOFTWARE.DEMON.CO.UK> Subject: Re: Printing Tabulate output with solid lines in PC SAS 6.12 X-LSVRepTo: X-LSVopts: NOACK X-LSVvia: SAS-L@AKH-WIEN.AC.AT X-LSVTag: Message-ID: <bHNO1GAJ50v2Ew7u@crawfordsoftware.demon.co.uk> X-LSVTag: Date: Mon, 8 Feb 1999 20:51:21 +0000 X-LSVTag: To: SAS-L@AKH-WIEN.AC.AT X-LSVTag: From: Peter Crawford <Peter@crawfordsoftware.demon.co.uk> X-LSVTag: Subject: Re: Printing Tabulate output with solid lines in PC SAS 6.12 X-LSVTag: In-Reply-To: <918499902.1111873.0@vm121.akh-wien.ac.at> X-LSVTag: MIME-Version: 1.0 X-LSVTag: X-Mailer: Turnpike (32) Version 3.05 <uUq1LwAYB2QUgi8fmhIjRFrCnM> To: $PEER$ <SAS-L@VTVM1.CC.VT.EDU> In-Reply-To: <918499902.1111873.0@vm121.akh-wien.ac.at>

In article <918499902.1111873.0@vm121.akh-wien.ac.at>, Wendy Watson <wendy.watson@COVANCE.COM> writes >Hello everyone, > >Does anyone know how to print a Proc Tabulate table with solid lines (from > within SAS?). I am >using windows NT and SAS 6.12. The table appears in my Output Window with > solid lines but I can't get my HP LaserJet printer to print the table with > solid lines. I'd also like to know how to save the file and print from DOS > with solid lines. >Thanks for your help. > >-Wendy > > I've been doing this for some time with the forms subsystem. This is only(and very) useful on Display Manager. There is quite a plateau of complexity in the FORMs SubSystem (SAS Language Reference pages: 811-819)

For a quick start, a set of topics to research /discover are: the *Terminal font* (the font that windows uses to emulate DOS text) and the *formchar* sets offered in the *config* file for *-wincharset OEM* The forms subsystem helps you to send escape sequences to your printer. These will allow for the enormous range of possibilities supported by your printer, except support for truetype fonts, including SAS Monospace (unless you can download them as softfonts into your printer).

The "big" modern alternative is the web publishing tools described at the SAS Institute web site http://www.sas.com. These can generate .html you might like, although I've not heard of that being much use for printing from DOS. -- Peter Crawford


Back to: Top of message | Previous page | Main SAS-L page