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 (July 2004, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 30 Jul 2004 19:48:21 -0400
Reply-To:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:   Re: Mainframe SAS

ben.powell@CLA.CO.UK wrote: > How fast? > > On Thu, 29 Jul 2004 12:33:14 -0400, Gerhard Hellriegel <ghellrieg@T- > ONLINE.DE> wrote: > >> thanks! I thought the PCs where only for playing! Does that not stand >> for "Play Computer"? >> >> Did you know, that you can write very fast programs with something >> like: >> >> //SAS EXEC SAS >> //SYSIN DD * >> /* this is a very fast program !! */ >> data a; >> do i=1 to 123e10; >> output; >> end; >> run; >> .... >> >> This is lightning fast, no matter how mighty the program is (and how >> many syntax errors it has!!)! Simply do not forget the >> comment-header! That is also NOT possible on other platforms!

I believe the issue is that /* is an end of stream marker for DD *, so.... it's fast ;-)

-- Richard A. DeVenezia


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