Question 50 :

 Given the SAS data set EMPLOYEE INFO:

 EMPLOYEE_INFO

 IDNumber

 Expenses

 100.00

 133.15

 234.34

 111.12

 The following SAS program is submitted:

 proc sort data = employee_info;

 ( insert BY statement here )

 run;

 Which BY statement completes the program and sorts the data sequentially by ascending expense

 values within each ascending IDNUMBER value?

  1. by Expenses IDNumber;
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2

 Exp :

You can access to full explanation to question and answer from this page.