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 (May 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 5 May 2006 17:27:16 -0400
Reply-To:     Edzard van Santen <evsanten@ACESAG.AUBURN.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Edzard van Santen <evsanten@ACESAG.AUBURN.EDU>
Subject:      Looking for the cheap way out

I would like to use the obs number in a dataset for a calculation. Example

Data b; set a; Range = Int(observation number/50); run;

How do I gain access to obs?


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