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)
Parameters
A text expression whose value is the name of a dimension, a dimension surrogate, or a valueset.
Examples
Example 8-110 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.
month
SHOW STATLEN(month)
Scripting on this page enhances content navigation, but does not change the content in any way.