SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Processing Variables with Arrays
Expanding Your Use of Arrays


Question: Which of the following statements creates temporary array elements?

array grades{*} _temporary_;
array quiz{6} _temporary_;
array{6} _temporary_ (quiz1-quiz6);
array _temporary_(6) quiz1-quiz6;


  back||next


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

Terms of Use & Legal Information | Privacy Statement