Which SAS statement completes the program and results in a value of "James Stevens" for the variableFullName?

Given the raw data record in the file phone.txt:


Which SAS statement completes the program and results in a value of "James Stevens" for the variableFullName?
A. FullName=CATX(‘ ‘,EmpFName,EmpLName);
B. FullName=CAT(‘ ‘,EmpFName,EmpLName);
C. FullName=EmpFName!!EmpLName;
D. FullName=EmpFName + EmpLName;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.