Date: Thu, 15 Jul 2010 11:27:00 -0400
Reply-To: Dan Boisvert <daniel.boisvert@GENZYME.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dan Boisvert <daniel.boisvert@GENZYME.COM>
Subject: Re: Macro error
Hi,
CALL SYMPUT does not create the macro variable until after the data step has
run. You just need to split this into two separate data steps.
HTH,
Dan
|