STATLEN
The STATLEN function returns the number of values in the current status list of a dimension or a dimension surrogate, or in a valueset.
Return Value
INTEGER
Syntax
STATLEN(dimension)
Arguments
- dimension
-
A text expression whose value is the name of a dimension, a dimension surrogate, or a valueset.
Examples
Example 24-30 Counting Months in Status
The following statement sends to the current outfile the number of months in the current status list of the month
dimension.
SHOW STATLEN(month)