Date: Mon, 14 Feb 2005 13:24:37 -0500
Reply-To: Steve Raimi <steven.raimi@GM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Steve Raimi <steven.raimi@GM.COM>
Subject: Re: Need Help - Compiling Code during execution
There needs to be a step boundary (run; statement) after the data step,
BEFORE using the macro variable. The first time through, the data step has
not created the macro variable (since there wasn't a step boundary). In
subsequent rounds, it'll be okay.
Steve Raimi
|