Multiple choice technology databases

What does the OUT= represents in PROC SORT ?

  1. Output dataset

  2. Inputdataset

  3. Both

  4. Output window

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

In SAS PROC SORT, the OUT= option specifies the name of the output dataset where the sorted data will be written. Without OUT=, PROC SORT overwrites the input dataset. Option A correctly identifies this.