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 : Proc Report
Question 1 of 7
How many number of rows will be printed in the output when below code is run on the input dataset shown in the screenshot?
Note: Age is a numeric variable.
proc
report
data
=class ;
column
age;
run
;
19
2
1
0