SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Processing Variables with Arrays
Creating One-Dimensional Arrays


Question: Which of the following ARRAY statements is correct?


array{*} ans1-ans10;
array quiz{6} q1 q2 q3 q4 q5 q6 q7;
array fruit{*} apples pears grapes bananas oranges;
quiz array{7} q1-q6;



  back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement