Hi Mike: Art' code work well. But you need a little bit change since everyone's computer config is different. if you file is sitting in d: driver, please add "x d:;". The code will be like: x d:; filename indata pipe "dir \abc.txt /b /s"; data want; informat fil2read $255.; infile indata truncover; input fil2read &; run;
... View more