Question 9: You will be running below program

 proc sort data=hetrain.helr1 out=work.helr2; by FEE ID ; run;

 proc print data=work.helr2 noobs;

 var ID   DATE     LOCATION           FEE ;

 sum FEE DATE;

 format FEE DOLLAR9.;

 label DATE='Start On' LOCATION='Training Venue';

 run;

 What is the output will be generated

 <img>BSASQ35.JPG</img>

  1.           image1
  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 : 1 Exp : You should check Syntax as well as each statement used in the program. Code Syntax is correct, now you can see there is a sum on two columns DATE and FEE, Hence ,

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