mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
Quizzes
Resources
Disclaimer
Contact Us
Advertisement
1 / 10
Set - 001 - Part 04
Question 1 of 10
The following SAS program is submitted:;;
data test;
infile cards;
input @1 height 2. @4 weight 2;
cards;
72 95
;
run;
Which
one of the following is the value of the variable WEIGHT in the output data set?
2
72
95
. (missing numeric value)
Saving progress…
My progress
⚑
Something not right with this question?
Report it
Advertisement
Report this question
×
Quiz:
Loading the question…
Question
What's the issue?
The marked correct answer is wrong
Question is unclear / insufficient information
Pick the correct answer
marked correct
Describe the issue
(optional)