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?

  1.     proc sort data=work.newcourses out=hetrain.helr1;

 run;

  1. Get all Questions and Answer from here
  2. You need to have paid subscription to access all questions
  3. 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.