Question 55: Which of the following code can generate below results?

 

  1.     proc print data=hetrain.helr1 noobs;

 var ID   DATE date8.       LOCATION$        FEE;

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

 where FEE>=4000;

 run;

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

 Correct Answer : 3 Exp : Replacing with Custom ID: If you want your own id in output from the dataset, to identify an observation.

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