Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
Quiz title : Set - 001 - Part 05
Question 1 of 9




Given the non-indexed SAS data set TEMP:;

TEMP
X Y
- -
52
45
13
56
34
12
78
The following SAS program is submitted:;

Proc print data=temp;
<insert BY statement here>;
run;

Which BY statement completes the program, creates a listing report that is grouped by X
and completes without errors?