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 (October 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 26 Oct 2009 12:52:19 -0400
Reply-To:   Charles Harbour <charles.harbour@ACT.ORG>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Charles Harbour <charles.harbour@ACT.ORG>
Subject:   Re: How can we stop the "do nothing data step"?

If it can't be done in 80 columns, it's not worth doing. :-)

I suspect y'all are on the right path about the do-nothing datastep. In structured languages (cobol, fortran), you typically have to load your data into working storage. And, as has already been pointed out, SAS will convert your sequential tape dataset to random access on dasd, which is <so> much easier (can't tell you how many 'you're using the sequential engine' errors I've received over the years)(Bad programmer, no data for you!)

20 years from now, they'll be puzzling over your code, too!

CH


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