Multiple choice technology programming languages What proc import is used for? Import SAS Dataset into program Import other OS/Format data Import external data/files Imports anything and everything Reveal answer Fill a bubble to check yourself C Correct answer Explanation PROC IMPORT is designed to read external data files (CSV, Excel, TXT, etc.) and convert them into SAS datasets. It bridges between external file formats and SAS native format.