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?
- total = cat('-', prefix, middle, end);
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
- Correct Answer 2 :
Exp : 2
You can access to full explanation to question and answer from this page.