News

Multidimensional arrays are usually processed inside nested DO loops. As an example, the following is one form that processes a two-dimensional array: DOindex-variable-1 =1 TOnumber-of-rows; ...
} OUTPUT: Single-dimensional array: 1 2 3 4 5 Two-dimensional array: 1 2 3 4 5 6 7 8 9 Multi-dimensional array (3D): 1 2 3 4 5 6 7 8 9 10 11 12 ...
Hafilanaasira / Array-examples-1D-2D-Multidimensional- Public Notifications Star ...
This example uses PROC PRINQUAL to perform a nonmetric multidimensional preference (MDPREF) analysis (Carroll 1972). MDPREF analysis is a principal component analysis of a data matrix with columns ...
This example represents a two – dimensional jagged array. If you were to use a normal two – dimensional array, you would have to consume 5 x 50, i.e., 250 bytes.