Multiple choice technology programming languages

What is difference between Proc Options and Options statment?

  1. It overwrites values assigned using Options statement

  2. It can be used to alter SAS systems options PERMANENTLY

  3. It is more efficient and effective

  4. It doesn't assign SAS systems options

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

The Proc Options statement is used to display and change SAS system options, but it does not actually assign or permanently set system options - it only shows and temporarily modifies them during the session. The Options statement is used for assigning values to system options.