News

To initialize a static multidimensional array, use the ARRAY or DECLARE statement to list values for the first row of the array, followed by values for the second row, and so on. The following ...
For example, the following statements declare, create, and initialize an array of five elements to numeric missing values: dcl num rc; dcl num a[*]; rc = redim(a,5); There is no limit to the number of ...