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 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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