Date: Tue, 17 Apr 2007 21:24:54 -0700
Reply-To: sudha <sudhakar.987@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: sudha <sudhakar.987@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: use report send me urgentely
In-Reply-To: <1176827650.173307.325320@y80g2000hsf.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"
Thanku sasi,it work fine and output it comes like this
Obs new v3 v4 tt
1 jhh 74 101 175
2 kl 11 45 56
3 km 63 56 119
4 ksr 39 31 70
5 ka 31 26 57
6 kj 8 5 13
7 sud 30 14 44
8 kk 23 2 25
9 ks 7 12 19
but i want percentage also supose jhh value is 74 than 74/n1*100--
output comes 74(02.34) like as all
and single digit 8 to convert 08
see i want output
Obs new v3(n1=26) v4(n2=22) tt(n3=48)
1 jhh 74(74/26*100) 101(07.23) 175
2 kl 11 (04.12) 45(01.23) 56
3 km 63 56 119
like as please send me..
Thanku advance