Question 64: You have been given some dataset HETRAIN.HELR1, now you need to sort this dataset and sorted data needs to be copied in new dataset named
NEWCOURSES. Which of the following is correct syntax?
- proc sort data=work.newcourses out=hetrain.helr1;
run;
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 3 Exp : Whenever you want to sort the data you should have used SORT PROCECURE. As per the sort syntax, you should try to create new
dataset whenever possible otherwise it will overwrite your existing dataset.
You can access to full explanation to question and answer from this page.