Temperature Variables temp1 Temp2 temp3 temp4 temp5 … temp24 The array statement to define this one-dimensional array will be: array temperature_array {24} temp1 – temp24; The array has 24 elements for the variables TEMP1 through TEMP24. When the array elements are used within the data step the array name and the element number will …
https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/242-30.pdf