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 21:34:30 -0500
Reply-To:     Michael S Hines <mshines@PURDUE.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Michael S Hines <mshines@PURDUE.EDU>
Subject:      Re: www.coronadoviews.com Style and Opinion
In-Reply-To:  <5.1.0.14.2.20020129233221.038457f0@pop3.powernet.co.uk>
Content-Type: text/plain; charset="us-ascii"; format=flowed

At 06:36 PM 1/29/02, you wrote: >At 15:33 29/01/02 -0500, Fehd, Ronald J. wrote (in part): > >>I recently received a program to polish: 800 lines. >>Imagine my boss's surprise when I came back 15 minutes later >>and said that I had reduced it to 700 lines with one find and replace: >>change 'run;' to '' ;-)

Imagine your boss's surprise when he tries to port the code to a Windows platform and it doesn't work properly. The RUN's are more of a necessity in Windows or other interactive sessions than they are in batch processing (where in essence the compiler can look ahead and see what is coming).

So - are you going to write portable code, or not?

Mike Hines mshines@purdue.edu


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