Example: dental hygienist

Search results with tag "Using arrays in sas programming"

Using Arrays in SAS Programming

Using Arrays in SAS Programming

support.sas.com

Using Arrays in SAS® Programming Arrays provide an alternative method of referring to variables. Instead of referring to the first revenue variable as Rev1, you can refer to it by using the array name and an index into the array, such as REVENUE[I] (assuming that I has a value of 1). Using Arrays with Functions and Operators

  Array, Programming, Using, Using arrays in sas programming, Using arrays in sas, Using arrays, 174 programming arrays

Using Arrays in SAS Programming

Using Arrays in SAS Programming

support.sas.com

SAS must be able to determine the number of elements or variables in the array when it compiles the code. SAS determines this either by using the constant value that is specified in the brackets or by counting the number of variables in the variable list. When you want SAS to use the variable list, place an asterisk in the brackets.

  Array, Programming, Using, Using arrays in sas programming

Similar queries