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

Suppose you do not specify the LIBRARY= option and your formats are stored in Work.Formats. How long do they exist?

Options :
Answer: B

Question 2

What types of errors can the PUTLOG statement help you resolve?

Options :
Answer: C

Question 3

Because of the growth within the 919 area code, the telephone exchange 555 is being reassigned to the 920 area code. The data set Clients.Piedmont includes the variable Phone, which contains telephone numbers in the form 919-555-1234. Which of the following programs correctly changes the values of Phone?

Options :
Answer: D

Question 4

In the data set Work.Invest, what would be the stored value for Year?
data work.invest; 
    do year=1990 to 2004; 
        Capital+5000; 
        capital+(capital*.10); 
    end; 
run;

Options :
Answer: C

Question 5

If you submit the following program, which output does it create?
proc sort data=cert.loans out=work.loans; 
    by months amount; 
run;
proc print data=work.loans noobs; 
    var months amount payment; 
    sum amount payment; 
    where months<360;
run;

Options :
Answer: D

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

© Copyrights FreePDFQuestions 2026. 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.