Multiple choice technology programming languages

What is the use of %INCLUDE statement in a program?

  1. Includes external files

  2. Includes SAS datasets

  3. Includes variables from other datasets

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The %INCLUDE statement in SAS is a global statement used to include and execute external files containing SAS statements or data lines in your current SAS session.