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
|