Multiple choice technology programming languages

SAS Statements can span more than one line

  1. True

  2. False

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

SAS statements can span multiple lines. SAS uses semicolons as statement terminators, not line breaks. A single SAS statement can be broken across multiple lines for readability, and multiple statements can be placed on one line if separated by semicolons.