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 (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:         Tue, 24 Jul 2007 08:42:58 -0700
Reply-To:     Raj <ramesh.chakri@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Raj <ramesh.chakri@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Supress by group variables in proc report output
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

roc report data=xyz column A B C; by A;

DEFINE A /ORDER NOPRINT;

define B /ORDER style=[just=c cellwidth=0.6in asis=on]style(header)=[just=c] "SUBNUM"; define C / display style=[just=c cellwidth=0.6in asis=on]style(header)=[just=c] "Treatment";

COMPUTE BEFORE A; LINE " " ; ENDCOMP;

run;

How to supress by group variable appearing on top of every page in the RTF ??


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