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 Freq
Question 1 of 16
What will be the name of the input dataset that will be used by the proc freq when the below code is run in a fresh SAS session?
data
class;
set
sashelp.class;
run
;
proc
freq
;
run
;
class
sashelp.class
results in an error
syslast