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 (January 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 3 Jan 2007 23:55:22 -0800
Reply-To:   RAMS <ramsathish@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   RAMS <ramsathish@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Calculating minimum value
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Dear all,

I want to find the difference between three variables say A, B and C.

the syntax will be minimum = min(A,B,C)

but i also wants to get the variable name also.

I need a output like

obs A B C Variable 1 45 36 75 B 2 37 54 92 A

and so on.

Anyone please help me


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