| Date: | Sat, 10 Sep 2011 12:06:21 +0530 |
| Reply-To: | Vishali Rajiv <vishalirajiv@yahoo.com> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Vishali Rajiv <vishalirajiv@YAHOO.COM> |
| Subject: | Need HELP |
| In-Reply-To: | <CAEZCysusE5vMhE-NAha5dPG74P_Oe_RoYdn+-tXb8tOVfjeNZw@mail.gmail.com> |
| Content-Type: | text/plain; charset=iso-8859-1 |
Hi,
can any one give me the solution for the below output.
Name sname transcation amount
-------------------------------
peter loma usa 300
europe 400
Nelson olll usa 500
europe 600
India 700
I am getting above output, after grouping with the proc report I had group the name and location ,after grouping i am getting above output but my lient wants the format of out like below,I have applied only "DISPLAY " statement with out group ,but some of my another columns were getting blanks .
Name sname transcation
-------------------------------
peter loma usa 300
peter loma europe 400
Nelson olll usa 500
Nelson olll europe 600
Nelson olll India 700
any one can help me with the SAS Code.I had group the name and location ,after grou
Thanks.
|