SAS Statements can span more than one line
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.