nerdexam
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

A00-211 question #162 exhibit

Options

  • AFullName=CATX(' ',EmpFName,EmpLName);
  • BFullName=CAT(' ',EmpFName,EmpLName);
  • CFullName=EmpFName!!EmpLName;
  • DFullName=EmpFName + EmpLName;

How the community answered

(34 responses)
  • A
    79% (27)
  • B
    3% (1)
  • C
    6% (2)
  • D
    12% (4)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice