Date: Fri, 20 Jun 2003 16:58:20 -0400
Reply-To: "Luo, Peter" <pluo@DRAFTNET.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Luo, Peter" <pluo@DRAFTNET.COM>
Subject: Proc Report question
I have the following SQL code
Proc sql; select id, sum(A*B) from mydata group by 1;
How can I translate it into Proc Report?
----------------------------------------------------------------------
LEGAL NOTICE:
The information contained in this e-mail is privileged and confidential, and
protected from disclosure. If you are not the intended recipient or think
that you have received this e-mail in error, please notify the following
e-mail address: postmaster@draftnet.com.
Thank you for your cooperation.
----------------------------------------------------------------------