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?
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
|