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 (September 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 17 Sep 2009 09:05:31 -0500
Reply-To:   Joe Matise <snoopy369@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joe Matise <snoopy369@GMAIL.COM>
Subject:   Re: i want to give serial no's for reporting
Comments:   To: naga <nagabiochem@gmail.com>
In-Reply-To:   <3a5bc22d-ecaa-4c60-b9f1-3af06ac6e4c1@f18g2000prf.googlegroups.com>
Content-Type:   text/plain; charset=ISO-8859-1

On Thu, Sep 17, 2009 at 7:26 AM, naga <nagabiochem@gmail.com> wrote:

> hi sas experts > im using data from sashelp.class > im using where statement to read 'm' data type in proc print > but im getting out put like this > The SAS > System > 17:48 Thursday, June 17, > 1993 > > Obs Name Sex Age Height Weight > > 1 Alfred M 14 69.0 112.5 > 5 Henry M 14 63.5 102.5 > 6 James M 12 57.3 83.0 > 9 Jeffrey M 13 62.5 84.0 > 10 John M 12 59.0 99.5 > 15 Philip M 16 72.0 150.0 > 16 Robert M 12 64.8 128.0 > 17 Ronald M 15 67.0 133.0 > 18 Thomas M 11 57.5 85.0 > 19 William M 15 66.5 112.0 > > > but i want show obs 1-10sequencely for reporting only > like this > Obs Name Sex Age Height Weight > > 1 Alfred M 14 69.0 112.5 > 2 Henry M 14 63.5 102.5 > 3 James M 12 57.3 83.0 > 4 Jeffrey M 13 62.5 84.0 > 5 John M 12 59.0 99.5 > 6 Philip M 16 72.0 150.0 > 7 Robert M 12 64.8 128.0 > 8 Ronald M 15 67.0 133.0 > 9 Thomas M 11 57.5 85.0 > 10 William M 15 66.5 112.0 > > > thanks in advance >


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