proc sort data=new dupout=newdup;by x;run;What is the result of the above proc execution?

  1. Warning is displayed : NODUPKEY or NODUPREC not specified

  2. The duplicates are written into the dataset newdup

  3. syntax Error

  4. The unique records are written into the dataset newdup


Correct Option: A

Find more quizzes: