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 : Set - 001 - Part 01
Question 1 of 11
The following SAS program is submitted:
proc
means
data
= sasuser.houses
std
mean
max
;
var
sqfeet;
run
;
Add the option MAXDEC = 2 to the MEANS procedure statement.
Add the statement MAXDEC = 7.2; in the MEANS procedure step.
Add the statement FORMAT STD 7.2; in the MEANS procedure step.
Add the option FORMAT = 7.2 option to the MEANS procedure statement.