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..
|