| Date: | Fri, 15 Dec 2006 23:40:11 -0800 |
| Reply-To: | RolandRB <rolandberry@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | RolandRB <rolandberry@HOTMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: report generation |
|
| In-Reply-To: | <c5c99eb0612152003p57b92dflb3592bd29620c6ca@mail.gmail.com> |
| Content-Type: | text/plain; charset="us-ascii" |
|---|
This may or may not help but I would say that if your company produces
a lot of reports with this style then they should be using a standard
macro to do it such as the one I have on this page. You will see that
this style can be produced by that macro:
http://www.datasavantconsulting.com/roland/spectre/unistats.html
Amy Sun wrote:
> Hi, all;
>
> I am strugling with some report style when using proc report or proc
> tabulate, I want the report generated from one of the procedure will look
> like the following:
> ____________________________________________________
> group
>
> ________________
> sex class1 class2 total
> ____________________________________________________
> F 12(12.23%) 6(23.45%) 18(35.68%)
> M 12(12.23%) 6(23.45%) 18(35.68%)
> ____________________________________________________
>
> I use the proc template to define the style of my report, while I can only
> let the top and bottom line appear in the report, and I do not know how to
> let the line below the group and the moddle line of the table show up in the
> report. Is it possible?
>
> I really appreciate your suggestions to help me out from the difficulty.
>
> Thanks in advance.
>
> Best regards,
> Amy
|