Multiple choice technology programming languages

SAS Statements are not case sensitive

  1. True

  2. False

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

SAS is not case sensitive for keywords, variable names, or most statements. You can write DATA, data, or Data and SAS will interpret them the same way. This makes SAS code more flexible and readable.