SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 22 Topic 3 Discussion

SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 22 Topic 3 Discussion

A00-215 Exam Topic 3 Question 22 Discussion:
Question #: 22
Topic #: 3

Given the data set NAMES:

A00-215 Question 22

Which PROC SORT program creates the NAMES data set shown below?

A00-215 Question 22


A.

proc sort data=Names;

by Name;

run;


B.

proc sort data=Names;

orderby Name;

run;


C.

proc sort data=Names;

by Age;

run;


D.

proc sort data=Names;

orderby Age;

run;


Get Premium A00-215 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.