GCNT returns an aggregate count statistics for an input variable.
Any non blank value is considered towards the count result.
The number of values that are aggregated is determined based on the frequency of the input variable.
SYNTAX:
GCNT(Cx)
where :
Cx is an input conditional variable x
NOTES:
The input variable frequency should be less than the result variable frequency. It makes sense to aggregate 5 one-minutely values into a 1 five-minute variable, but not the other way around.
EXAMPLES:
V6061 = GCNT(C6000)
where V6000 is a 15 minute variable, and V6061 is an hourly variable.