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 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 23 Oct 1999 21:17:15 -0400
Reply-To:     mrusoff@columbus.rr.com
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Martin H. Rusoff" <mrusoff@COLUMBUS.RR.COM>
Organization: Road Runner Columbus
Subject:      Pipelined SAS? Has anyone tried it?
Content-Type: text/plain; charset=us-ascii

Has anyone herad of or tried running multiple SAS steps in parallel with UNIX pipes between them to avoid the writing of temp files? (I realize this would not work for things requiring indices or sorting) Also, has anyone compared using an optimized data reader filling named pipes to allow multiple SAS programs to feed from the same file without contention? -Martin Rusoff


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