Returns the number of elements in an array.
Category: | Array |
specifies the name of an array that was previously defined in the same DATA step. This argument cannot be a constant, variable, or expression.
is a numeric constant, variable, or expression that specifies the dimension, in a multidimensional array, for which you want to know the number of elements. Use bound-n only when n is not specified.