Date: Fri, 20 Jun 2003 14:58:46 -0400
Reply-To: Randy Herbison <RandyHerbison@WESTAT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Randy Herbison <RandyHerbison@WESTAT.COM>
Subject: Re: SCL Link Command
Content-Type: text/plain
Deborah,
You can use the SCL debugger to trace the execution of statements. You can
use PUT statements to document (in the log) the order in which labeled
sections execute.
I think any other method would be more expensive than creating another
variable.
RandyHerbison
-----Original Message-----
From: Deborah Testa [mailto:dtesta@SEVENOFNINESYSTEMS.COM]
Sent: Friday, June 20, 2003 2:05 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: SCL Link Command
I have a labelled section of SCL code, to which I link from multiple
locations elsewhere in the same SCL entry. Is there a way to know which
section I linked from, without creating another variable?
Thanks,
Deborah
|