Date: Tue, 27 Feb 1996 18:03:27 GMT
Reply-To: Roger Bolton <rkbolt@NOVA.MONSANTO.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Roger Bolton <rkbolt@NOVA.MONSANTO.COM>
Organization: Monsanto Company
Subject: Re: SASTip: Overlapping SCL sections
Stacking Labeled sections has always seemed to be controversial.
What I find dangerous,is when the following is done
Monday:
A = ;
Tuesday:
B= A ;
return ;
If your stacking code then both sections should utilize the same exact
code. Chances are if your code is not the same then things will get
fauled-up. Therefore, my programming standards say, if I have two
labeled sections doing the exact same thing then I have a seriuos
design flaw.
Just my thoughts,
Roger Bolton
rkbolt@nova.monsanto.com
|