Super Sale | Extra 20% Flat Off - Ends In Coupon code: GDAY20

SAS Institute A00-234

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

Which PICTURE statement generates a date format that produces the following results when used with the Date column?


1


Answer: B
Question 2

Why would you want to store your macros in external files?


Answer: D
Question 3

Given the following DATA step, what is the value of USNum and WordNum?

data work.Count;
    Text='AUSTRALIA, ENGLAND, CANADA, AUSTRIA, ITALY, US, SPAIN';
    USNum=count(Text,'CANADA');
    WordNum=countw(Text);
run;


Answer: C
Question 4

What does the PREV method do?


Answer: C
Question 5

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
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