Easter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Passed Exam Today A00-212

Page: 7 / 7
Total 184 questions

SAS Advanced Programming Questions and Answers

Question 25

Which SET statements option names a variable that contains the number of the observation to read during the current iteration of the DATA step?

Options:

A.

OBS=pointobs

B.

POINT=pointobs

C.

KEY=pointobs

D.

NOBS=pointobs

Question 26

Which one of the following is the purpose of the IDXNAME= data set option?

Options:

A.

It instructs SAS to name and store a specific index.

B.

It instructs SAS to store an index in a particular location.

C.

It instructs SAS to use a specific index for WHERE processing.

D.

It instructs SAS to use any available index for WHERE processing.

Question 27

The following SAS program is submitted:

proc contents data = testdata.one;

run;

Which one of the following SQL statements produces similar information about the column attributes as the above CONTENTS procedure?

Options:

A.

proc sql;

show testdata.one;

quit;

B.

proc sql;

describe testdata.one;

quit;

C.

proc sql;

show table testdata.one;

quit;

D.

proc sql;

describe table testdata.one;

quit;

Page: 7 / 7
Total 184 questions