#112Multiple Choice

The following SAS program is submitted: data two; y = '2'; run; %let x = 10; %let var = y; data one; set two (keep = &var); z = &var * &x; run; Whic...

Premium Content

Create a free account to preview more questions, or enroll for full access.

Get Started Free
Previous
Question 112 of 184
Exam A00-212 Topic 1 Question 112
Back to all questions
Next