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 (January 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 29 Jan 2002 15:25:13 -0600
Reply-To:     "Gregg P. Snell" <gsnell@DATASAVANTCONSULTING.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Gregg P. Snell" <gsnell@DATASAVANTCONSULTING.COM>
Subject:      Re: www.coronadoviews.com Style and Opinion
Comments: cc: "Fehd, Ronald J." <rjf2@cdc.gov>
In-Reply-To:  <9D17D648E4EBD311AD45009027D0DF9302EAE789@MCDC-ATL-64>
Content-Type: text/plain; charset="iso-8859-1"

I'm not sure about "institutionalize". I wasn't thinking of that aspect of your post when I replied. To date, my roles as a SAS programmer have been heavily skewed to the one-off ad-hoc variety, so it has rarely been an issue. On the other hand, I would agree with an earlier post from Ian that maintainability must be considered when developing code. And in the few test/production environments I have worked in, I've always strived to develop/test to the point that "no changes were necessary" to move from test into production, including removing run statements. Especially with appdev jsp programs, those last minute changes have almost always bit me!

-----Original Message----- From: Fehd, Ronald J. [mailto:rjf2@cdc.gov] Sent: Tuesday, January 29, 2002 3:03 PM To: 'Gregg P. Snell'; ___ SAS-L @listserv. uga. edu (E-mail) Subject: RE: www.coronadoviews.com Style and Opinion

> From: Gregg P. Snell [mailto:gsnell@DATASAVANTCONSULTING.COM] > For me it began when I moved off of the big iron and into PC > land. Till > then, I don't think I had ever coded a single 'run;' command > because it > wasn't necessary for batch processing. But the PC world was > nearly 100% > interactive and the run statements became necessary, especially if you > wanted to submit blocks of code rather than the whole thang.

ah, so, I agree with the idea that one must have RUN; in order to highlight and execute blocks of code within a program.

do you agree that one needs to institutionalize leaving a program ready to be tested and debugged this way?

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov it must not be Friday yet


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