I'm using SAS 9.1.3 with Service Pack 4, on a Windows XP Professional platform. I've been reading data from a flat (text) file out on our mainframe via FTP to transfer the data and create a table/dataset on our Windows server, the traditional SAS way, in a Data Step with infile statements, input statements and column input. Can you do this in a Create Table statement in PROC SQL as well? I don't see it in the SAS SQL Procedure documentation. I've taken a course on SAS SQL 1: Essentials, but it didn't address the flat (text) file import question. Is it even efficient to try this in PROC SQL?