abc.txt file is saved in 'c:/.../abc.txt', and I am trying to read it using PROC FSLIST, but failed, please point out my problem in the following code:
proc fslist fileref="c:\...\abc.txt";
run;
or give me a better solution to read a .txt file which has hundreds columns more than 1M records.