Question 41: You have been given below values with 5 fields in each record.

 Which of the following can be used to read data .

 

  1.          length course_name $ 16;

 input course_name & FEE1: comma7.  FEE2 : comma7. FEE3: comma7.  FEE4 : comma7.  ;  

  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

 input course_name & FEE1-FEE4 : comma7.  ;         

 Correct Answer : 1 Exp : As you can see in the given dataset values has embedded blanks. And length of the first field is 16. So only place where length

 for the variable is defined in option 1 and 4.

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