A00-233 Practice Online

Quickly grab our A00-233 product now and kickstart your exam preparation today!

Name: SAS 9.4 Base Programming -- Performance-based Delta
Exam Code: A00-233
Certification: SAS Administration
Vendor: SAS Institute
Total Questions: 150
Last Updated: Apr 23, 2024
Page:    1 / 30      
Total 150 Questions | Updated On: Apr 23, 2024
Question 1

By default, PROC FREQ creates a table of frequencies and percentages for which data set variables?


Answer: C

Question 2

SAS date values are the number of days since which date?


Answer: A

Question 3

You can place the FORMAT statement in either a DATA step or a PROC step. What happens when you place it in a DATA step?


Answer: A

Question 4

Which of the following statements is false regarding the program shown below?
data work.invest; 
    do year=1990 to 2004; 
        Capital+5000; 
        capital+(capital*.10); 
        output; 
    end; 
run;


Answer: C

Question 5

Which SAS statement associates the fileref Crime with the raw data file C:\States \Data\crime.dat?


Answer: D

Page:    1 / 30      
Total 150 Questions | Updated On: Apr 23, 2024