Expanding Your Use of Arrays
Creating Variables in an ARRAY Statement
Previous
examples showed several ways to reference existing variables in an
ARRAY statement. You can also create variables in an ARRAY statement
by omitting the array elements from the statement. If you do not reference
existing variables, SAS automatically creates new variables for you
and assigns default names to them. The default name is the array-name
followed by consecutive numbers 1 to the dimension of the array.
Syntax, ARRAY statement
to create new variables:
ARRAY array-name{dimension};
|
For example, suppose you need to calculate ...
Get SAS Certification Prep Guide, 4th Edition 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.