Question: data mydata; set myfiles.bigdata; proc means; run; Above is a block of SAS code. From which file does proc means calculate the descriptive statistics? Question
data mydata;
set myfiles.bigdata;
proc means;
run;
Above is a block of SAS code. From which file does proc means calculate the descriptive statistics?
Question 3 options:
a)
bigdata
b)
data
c)
mydata
d)
myfiles
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
