mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
QnA
Certification
Resources
Disclaimer
Contact Us
Training
Sign Up
Login
New or returning user — sign in with Google for instant login, no password needed.
Sign in with Google
Maybe later
Quiz title : System options
Question 1 of 6
How many number of observations will be present in the output dataset when the below code is run on the input data shown in the screenshot?
options
obs=
10
;
data
class2;
set
sashelp.class;
run
;
19
10
9
0