Multiple choice technology databases

BY statement specifies one or more variables whose values are used to order the data in PROC SORT?

  1. True

  2. False

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

The BY statement in PROC SORT specifies one or more variables whose values are used to order the data in the output dataset. Multiple variables can be listed, creating a hierarchical sort order. This statement is True.