READ Free Dumps For SAS Institute- A00-211
Question ID 20330 | The following SAS program is submitted: How will the Exam variable value be displayed in the FREQ procedure output? |
Option A | Fail |
Option B | Pass |
Option C | 50.5 |
Option D | (missing numeric value) |
Correct Answer | C |
Question ID 20331 | 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 variable FullName? |
Option A | FullName=CATX(' ',EmpFName,EmpLName); |
Option B | FullName=CAT(' ',EmpFName,EmpLName); |
Option C | FullName=EmpFName!!EmpLName; |
Option D | FullName=EmpFName + EmpLName |
Correct Answer | A |