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 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 14 Oct 2009 16:57:49 -0400
Reply-To:     Dimitri Shvorob <dimitri.shvorob@VANDERBILT.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dimitri Shvorob <dimitri.shvorob@VANDERBILT.EDU>
Subject:      Re: Getting a list of files in a folder: not so easy

Right off the bat, Data _Null_'s code crashes (note: I have SAS 8) with

infile dummy pipe filevar=command truncover end=eof; ---- 23 ERROR 23-2: Invalid option name PIPE.

Trying other suggestions..


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