This quiz covers SAS Chapter 16, focusing on processing variables using arrays. It evaluates understanding of ARRAY statements, iterative DO loops, and index variable identification. Essential for learners aiming to enhance their SAS programming skills.
Quarter
Quarter*
1-4
4
Rate this question:
Do i=4;
Do i=1 to 4;
Do until i=4;
Do while i le 4;
Rate this question:
1
2
3
4
Rate this question:
Do i=1 to dim (factors);
Do i=1 to dim(*)
Do i=1,2,3,4;
Do i=1 to 4;
Rate this question:
The variables are added to the program data vector during the compilation of the DATA step.
You do not need to specify the array elements in the ARRAY statement.
By default, all character variables are assigned a length of eight.
Only character variables can be created.
Rate this question:
15
10
8
-7
Rate this question:
_temporary_ (9000 9300 9600 9900)
Temporary (9000 9300 9600 9900)
_temporary_ 9000 9300 9600 9900
(temporary) 9000 9300 9600 9900
Rate this question:
Ques{q50}
Ques{1,50}
Ques{2,25}
Ques{3,0}
Rate this question:
Array compare{1,6} high1-high3 low1-low3;
Array compare{2,3} high1-high3 low1-low3;
Array compare{3,2} high1-high3 low1-low3;
Array compare{3,3} high1-high3 low1-low3;
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.