LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (August 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 29 Aug 2008 17:37:15 -0400
Reply-To:     Jim Groeneveld <jim.1stat@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim Groeneveld <jim.1stat@YAHOO.COM>
Subject:      Re: flag for _N_ in proc report?
Comments: To: Mark Terjeson <Mterjeson@RUSSELL.COM>

Hi Mark,

There is no switch I think, so you have to make your own incremental counter, either in a data step or possibly in a COMPUTE block inside REPORT. The last thing is what I would try, but I'm not sure whether it is possible.

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician, SAS consultant home.hccnet.nl/jim.groeneveld

My computer doesn't know yet but I will attend PhUSE 2008 in Manchester.

On Fri, 29 Aug 2008 14:26:58 -0700, Terjeson, Mark <Mterjeson@RUSSELL.COM> wrote:

>Hi All, > >What is the easiest way to have proc report >add a first column with _N_ and labeled Obs >such as defaults in proc print? > >Is there a flag that turns it on? or do we have >to make one manually? > >Mark


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