Quiz
Select the best answer
for each question. After completing the quiz, check your answers using
the answer key in the appendix.
-
Which statement is false regarding an ARRAY statement?
-
It is an executable statement.
-
It can be used to create variables.
-
It must contain either all numeric or all character elements.
-
It must be used to define an array before the array name can be referenced.
-
-
Which statement contains the incorrect syntax for a one-dimensional array?
-
array coupon[3] (.10, .20, .25);
-
array year[2014:2018) Year2014-Year2018;
-
array student[4] Student1-Student4;
-
array student[4] _temporary_ $16 ('Anna Johnson', 'Ramesh Pinto', 'Ela Minsur', 'David Michaelsen');
-
-
For ...
Get SAS Certified Professional Prep Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.