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 Contents
Question 1 of 4
How many number of rows will be there in the output dataset when below code is run on the dataset shown in screenshot?
proc
contents
data
=class
out
=cont;
run
;
19
2
5
None of the above