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 (December 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: mholmes71@HOTMAIL.COM

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


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