Free A00-215 Exam Braindumps (page: 6)

Page 5 of 16

What is the default sort order of PROC SORT?

  1. Internal
  2. Ascending
  3. Formatted
  4. Descending

Answer(s): B

Explanation:

https://documentation.sas.com/?docsetId=proc&docsetTarget=n12jw1r2n7auqqn1urrh8jwezk00.ht m&docsetVersion=9.4&locale=en#:~:text=ASCENDING%20is%20the%20default%20sort%20order.&t ext=In%20a%20PROC%20SORT%20KEY,is%20sorted%20in%20ascending%20order.



Given the data set NAMES:



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

  1. proc sort data=Names;
    orderby Age
  2. proc sort data=Names;
    by Age
  3. proc sort data=Names;
    by Age Name
  4. proc sort data=Names;
    orderby Name;
    run;

Answer(s): A



How many statements are In the program shown below?

  1. 9
  2. 6
  3. 10
  4. 2

Answer(s): D



How many statements are in the following PROC PRINT step?

  1. 5
  2. 3
  3. 4
  4. 1

Answer(s): C






Post your Comments and Discuss SAS Institute A00-215 exam with other Community members:

A00-215 Discussions & Posts