Example: biology
Search results with tag "Sas arrays"
242-30: Arrays Made Easy: An Introduction to ... - SAS Support
support.sas.comA SAS array is a convenient way of temporarily identifying a group of variables for processing within a data step. Once the array has been defined the programmer is now able to perform the same tasks for a series of related variables, the array elements. Once the basics of array processing are understood arrays are a simple solution to many program
A Beginners Guide to ARRAYs and DO Loops
www.sas.comSAS ARRAYS A SAS ARRAY is a set of variables of the same type, called “elements” of the arry, that you want to perform the same operation on. An array name is assigned to the set of variables. Then the array name is reference in other DATA step programming to do an operation on the entire set of variables in the