Q3
Single choice
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?