LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 25 Jul 2007 15:56:24 -0400
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: Draw border that seperate group column

On Wed, 25 Jul 2007 00:14:53 -0000, jim <sasoriented@GMAIL.COM> wrote:

>I will try if I can do this using report procedure. > >I have one more question. when i try formchar. I can see its effect at >output, but not on the actual file(.rtf) created. > >anybody know why?

The PROC TABULATE documentation says: "The FORMCHAR= option affects only the traditional SAS monospace output destination."

I think that's a way of referring to the ODS LISTING destination.

RTF is capable of drawing lines, so the whole mechanism of forming lines from discrete characters is not needed and not used.


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