You can do this inline with the PROC IMPORT statement if you would like to. On the OUT line: OUT=Library.Name (rename=VAR1=Column1 rename=VAR2=Column2 ... rename=VAR(N)=Column(N)) This has changed apparently from Col1 in the past to VAR1 currenlty in SAS 9.4.
... View more