Question 62: You have been given a dataset named hetrain.helr1 , you have been using the PROC PRINT statement to print the dataset, with the labels.

 However, labels are not stored in the dataset than which of the following is a correct statement PORC  PRINT statement >

  1.     proc print data=hetrain.helr1 label;

 label welcome='Welcome to HadoopExam Learning Resources';

 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 : 1 Exp : Here we need to focus on correct syntax as well as option. In PROC PRINT we need to use DATA= option so that data can be

 printed.

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