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 (January 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 19 Jan 2005 08:44:09 -0800
Reply-To:     Vadim Pliner <Vadim.Pliner@VERIZONWIRELESS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Vadim Pliner <Vadim.Pliner@VERIZONWIRELESS.COM>
Organization: http://groups.google.com
Subject:      Re: row numbering
Content-Type: text/plain; charset="iso-8859-1"

Or:

data new; set old; id+1; run;


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