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 (June 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Deborah Testa <dtesta@SEVENOFNINESYSTEMS.COM>
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


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