Question 26: Finish the ARRAY statement below to create temporary array elements that have initial values of 8000, 8300, 8600, and 8900. array goal{4} ... ;
- _temporary_ (8000 8300 8600 8900)
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 1
Exp : To create temporary array elements, specify _TEMPORARY_ after the array name and dimension. Specify an initial value for each element, separated by either blanks or commas, and enclose the values in parentheses.
You can access to full explanation to question and answer from this page.