Exam Code: A00-231
Exam Questions: 186
SAS 9.4 Base Programming -- Performance-based
Updated: 25 Nov, 2025
Viewing Page : 1 - 19
Practicing : 1 - 5 of 186 Questions
Question 1

What happens if you merge the following data sets by the variable SSN? 

1-1

Options :
Answer: D

Question 2

Which ODS HTML option was used in creating the following table? (pic)

Options :
Answer: D

Question 3

Select the DO WHILE statement that would generate the same result as the program below.
data work.invest;
    capital=100000; 
    do until(Capital gt 500000); 
        Year+1; 
        capital+(capital*.10); 
    end; 
run; 

Options :
Answer: C

Question 4

Assume that Sasuser.One does not exist and that the following SAS program is submitted at the beginning of a new SAS session: data sasuser.one; x=1; y=27; output one; run; Select one: 

Options :
Answer: B

Question 5

Scenario:

The following code is submitted: data WORK.FINAL_EMPS; set WORK.EMPLOYEE WORK.NEW_EMPS; run; proc print data=WORK.FINAL_EMPS; title 'The RESULTS Data Set'; run; What is the resulting data set?   

Options :
Answer: A

Viewing Page : 1 - 19
Practicing : 1 - 5 of 186 Questions

© Copyrights FreePDFQuestions 2025. All Rights Reserved

We use cookies to ensure that we give you the best experience on our website (FreePDFQuestions). If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the FreePDFQuestions.