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 (March 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 12 Mar 2009 05:17:57 -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: urgent
Comments: To: Shaik Hymad <hymadsk@GMAIL.COM>

Hi Shaik,

I won't give a data step or SQL solution as this is what we have PROC FREQ for:

PROC FREQ DATA=yourdata; TABLES V1; RUN;

See your documentation on PROC FREQ.

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

My computer, my wife and I will attend SGF 2009 near Washington.

On Thu, 12 Mar 2009 01:48:30 -0400, Shaik Hyimad <hymadsk@GMAIL.COM> wrote:

>HI, > >I hav 50 subjects,in that 30 sub r completed an 20 sub not completed > >using data step or proc sql i need output like > > v1 overall > ------------------------ > > total 50 > not completed 20 > completed 30 > >and can u pls help me ASAp


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