Question 49 :

 Which SAS program correctly reads the data in the raw data file that is referenced by the fileref Hadoopexam ?

  1. . data perm.contest;

 infile hadoopexam; input FirstName $ LastName $ Age School $ Class; run;

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

 Ans 2

 Exp :The LENGTH statement extends the length of the character variable LastName so that it is large enough to accommodate the data. Variable attributes such as length are defined the first time a variable is named in a DATA step. The LENGTH statement should precede the INPUT statement so that the correct length is defined.

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