/* dlm='09'X tells sas that the variables are delimited by tabs */ data newdata; infile 'c:\temp\tab.dat' dlm='09'X; input var1 var2 var3; run;