mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
Quizzes
Resources
Disclaimer
Contact Us
Advertisement
1 / 10
Set - 001 - Part 13
Question 1 of 10
The following SAS program is submitted:;
data
stats;
set
revenue;
array
weekly{
5
} mon tue wed thu fri;
<insert DO statement here>
total = weekly{i} *
.25
;
output
;
end
;
run
;
Which
one of the following DO statements completes the program and processes the elements of
the WEEKLY array?
do I = 1 to 5;
do weekly{i) = 1 to 5;
do i = mon tue wed thu fri;
A DO loop cannot be used because the variables referenced do not end in a digit.
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)