Multiple choice technology programming languages

What proc import is used for?

  1. Import SAS Dataset into program

  2. Import other OS/Format data

  3. Import external data/files

  4. 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.