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 (September 2010, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 26 Sep 2010 05:08:11 -0400
Reply-To:     bbser2009 <bbser2009@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         bbser2009 <bbser2009@GMAIL.COM>
Subject:      pageby and by statement
Content-Type: text/plain; charset="us-ascii"

In the certification book, the following statements are included in the code to request subtotals on separate pages in a proc print procedure:

...

sum fee;

by actlevel;

id actlevel;

pageby actlevel;

run;

But this code also works after removing the by statement (the 2nd one above).

I do not see difference. Do you?

Thanks, Max


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