Multiple choice technology programming languages

Which of the following files is a permanent SAS file?

  1. Sashelp.PrdSale

  2. Sasuser.MySales

  3. Profits.Quarter1

  4. all of the above

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

SAS datasets stored in librefs other than Work (such as Sashelp, Sasuser, and user-defined libraries like Profits) are permanent files. The Work library is exclusively reserved for temporary datasets. Because all three options specify datasets located in permanent libraries, the option indicating 'all of the above' is correct.