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 Sort
Question 1 of 2
What will be the value in the 'Name' variable on first observation in the output dataset when the below code is run on the dataset shown in screenshot?
proc
sort
data
=class
out
=sorted;
by
sex;
run
;
Enter your response here: