Question 61 : The following SAS program is submitted:

 data combine;

 prefix='505';

 middle='6465 `;

 end='09090';

 (insert statement here)

 run;

 Which statement successfully completes the program so that TOTAL has a value of 505-6465-

 09090?

  1. total = cat('-', prefix, middle, end);
  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
  5.  Correct Answer 2 :

 Exp : 2

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