Multiple choice technology databases What does the OUT= represents in PROC SORT ? Output dataset Inputdataset Both 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.