LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2005, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page