Date: Wed, 16 Feb 2000 06:40:29 -0800
Reply-To: dave_h <hapemanNOhaSPAM@JUNO.COM.INVALID>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: dave_h <hapemanNOhaSPAM@JUNO.COM.INVALID>
Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here
Subject: Re: SAS novice question
One possible method:
data fred;
set in_dset;
where method=1;
diff=var1-var2;
run;
Regards,
dave_h
* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
|