SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Processing Variables with Arrays
Creating Multidimensional Arrays


Question: Which variable in the table below is represented by the following array reference?
 
array pick(3,4) x1-x12;
if pick(3,2)>=1 then output;

X1
X2
X3
X4
X5
X6
X7
X8
X9
X10
X11
X12


  back||next


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

Terms of Use & Legal Information | Privacy Statement