SAS Institute A00-234

Page:    1 / 23   
Total 115 questions | Updated On: Apr 23, 2024
Question 1

Which of the following programs correctly sets the appropriate system options and calls the macro Prtlast? Assume that Prtlast is stored in an autocall library as a text file and that it has not been compiled during the current SAS session.


Answer: C
Question 2

What does the PREV method do?


Answer: C
Question 3

Suppose you had the program below, and you wanted to concatenate the values from the libname and memname columns to create a call to %Report3 for each row of data read. Which option would correctly run the program below and generate a result?
data _null_;
    set sashelp.vtable;
    where libname='MC1' and memtype='DATA';
    rc=_______________________;
run;


Answer: B
Question 4

Which of the clauses below correctly sorts rows by the values of the columns Price and SqFeet?


Answer: D
Question 5

Which ARRAY statement correctly loads the following values into the array DataSurv?


1


Answer: D
Page:    1 / 23   
Total 115 questions | Updated On: Apr 23, 2024

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

Name: SAS 9.4 Advanced Programming -- Performance-Based Delta
Exam Code: A00-234
Certification: SAS Administration
Vendor: SAS Institute
Total Questions: 115
Last Updated: Apr 23, 2024