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
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
|