STATALL
The STATALL function indicates whether default status is currently in effect for a given dimension. That is, STATALL returns YES when STATLIST would return ALL. Otherwise, STATALL returns NO.
Syntax
STATALL(dimension)
Parameters
- dimension
-
A text expression whose value is the name of a dimension or dimension surrogate.
Usage Notes
STATALL Compared to STATLIST
STATALL provides an alternative to running the STATLIST program to determine if the status of a specified dimension is ALL.
Examples
Example 7-106 Using STATALL
With the following statement, you can see whether the status of the MONTH dimension is ALL.
SHOW STATALL(month)
The return value is either YES or NO.