Date: Mon, 1 Dec 2008 14:16:50 -0500
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: Removing (continued) from output
Are you using proc tabulate to generate the report? If so,
there is an option "nocontinued":
proc tabulate ..
..
table .... / nocontinued;
run;
On Mon, 1 Dec 2008 11:01:28 -0800, mholmes71@HOTMAIL.COM wrote:
>Is there an options statement that removes the pesky "(continued)"
>from below each page of a multi-page output? Thanks in advance.
>
>-Mike
|