Multiple choice technology programming languages

Each statement in SAS should end with semicolon (;)

  1. True

  2. False

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

SAS syntax requires semicolons to terminate statements. This is fundamental to SAS programming and the compiler uses semicolons to separate executable statements.