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 (October 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 14 Oct 1996 08:05:50 -0500
Reply-To:     "Cates, Randall C" <rccates@MKG.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Cates, Randall C" <rccates@MKG.COM>
Subject:      Re: What option to pretty up CGI output?

I had the same problem when just sending a simple Proc Report to MS-Word. I was told to go the SASROOT directory, and edit the CONFIG.SAS file. In there are two option lines for ANSI character sets (see below). I was told to comment out the first which is enabled as the default, and uncomment the second. This should replace your ffff's with ---'s.

/*-----------------------------------------------------------------\ | SAS System FORMCHARS, used by pressing ALT then the decimal | | number for the Extended ASCII character. | | | | | | The following 2 lines are used for OEM characters. To use | | OEM characters, uncomment these 2 lines and comment the lines | | below which select the ANSI character set. | | | | -FORMCHAR ?AUA?AA?AAU+=|-/\<>* | | -WINCHARSET ANSI | \-----------------------------------------------------------------*/

/* This is the ANSI character set (for SAS Monospace font and ANSI Sasfont) */ -formchar ,??...??^????+=|-/\<>*

/* This is the ANSI character set */ /* -FORMCHAR |----|+|---+=|-/\<>* */

Randall Cates, SAS Consultant Arbor Consulting Resources rccates@mkg.com (alternate randycates@aol.com) "I suppose I Also must say that any thoughts herein reflect My own opinions and in no way have anything to do with the opinions of my parent company or any client company."

---------- From: Rdsdnen[SMTP:rasanen@SPRYNET.COM] Sent: Thursday, October 10, 1996 3:20 PM To: Multiple recipients of list SAS-L Subject: Re: What option to pretty up CGI output?

OK... here's how I got it partially to obscure the output and it sure looks a lot better in Netscape now ;) options nocenter ls=120 ; proc tabulate noseps formchar=' . .... . . . ...';

If there is a better way, please let me know? -- rasanen@sprynet.com http://home.sprynet.com/sprynet/rasanen/

Rdsdnen <rasanen@sprynet.com> wrote in article <01bbb6c2$9e442f80$e6d6aec7@vesahome>... > For example proc freq creates a line that looks like > ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

> VARIABLE NAME


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