Date: Tue, 7 Dec 1999 07:51:29 +0100
Reply-To: rfavre@atraxis.com
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: rof <rfavre@ATRAXIS.COM>
Organization: Atraxis AG
Subject: proc print -> data step
Content-Type: text/plain; charset=us-ascii
Hello,
I would like to know how to obtain the same result as the following Proc
Print,
but in using a Data Step . I would like to have the result stored in a
table and
not simply displayed as an output.
proc print data=temp.dataTable ;
id cost inekto faktura ;
by cost inekto faktura ;
sum amount ;
run ;
Thanks a lot for your very helpful answer.
answer to : rfavre@atraxis.com
|