Question 29: Given the following raw data record:

 ----|----10---|----20---|----30

 son Travis,

 The following output is desired:

 Obs relation firstname

 1 son Travis

 Which SAS program correctly reads in the raw data?

  1. data family ( dIm = `,'); infile `tile specification'; input relation $ firstname $; 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

 Correct Answer : 3

 coz.dlm=',' is a infile option

 Syntax

 INFILE file-specification (device-type) (options) (operating-environment-options);

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