Question: Question 5 (5 points) data mydata; set myfiles.bigdata; proc means; run; Above is a block of SAS code. In which SAS library is mydata located?
Question 5 (5 points)
data mydata;
set myfiles.bigdata;
proc means;
run;
Above is a block of SAS code. In which SAS library is mydata located?
A) data
B) work
C) myfiles
D) bigdata
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
