A00-212 Exam QuestionsBrowse all questions from this exam

A00-212 Exam - Question 26


A data set stored on a network drive has the following characteristics:

✑ 14 Million observations

✑ 400 numeric variables

✑ 0 character variables of length 20

✑ Binary compression

A DATA Step query requires only 3 character and 15 numeric variables from this data set. What is the best way to reduce computer resource utilization in this

DATA Step?

Show Answer
Correct Answer: AD

To reduce computer resource utilization in the DATA Step, the best approach is to use the KEEP= data set option on the SET statement. This ensures that only the required variables (3 character and 15 numeric) are read into the DATA Step, minimizing the amount of data processed and thus saving computational resources. The other options either specify actions that take place after the data is read into the DATA Step or are less efficient.

Discussion

1 comment
Sign in to comment
mhminkovOption: A
Aug 20, 2021

eventually A? A KEEP= data set option used on the SET Statement