SAS_Institute
A00-211 · Question #162
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?
The correct answer is A. FullName=CATX(' ',EmpFName,EmpLName). See the full explanation below for the reasoning.
Question
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?
Exhibit
Options
- AFullName=CATX(' ',EmpFName,EmpLName);
- BFullName=CAT(' ',EmpFName,EmpLName);
- CFullName=EmpFName!!EmpLName;
- DFullName=EmpFName + EmpLName;
How the community answered
(34 responses)- A79% (27)
- B3% (1)
- C6% (2)
- D12% (4)
Community Discussion
No community discussion yet for this question.
