Previous Topic: Description and SyntaxNext Topic: FORMAT Option


COUNT Option

Use the COUNT option to convert a variable into the number of different identifiers that correspond to that variable.

The COUNT option has the following syntax:

COUNT=IDoption
IDoption

Includes any ID option valid for the variable.

Example: COUNT Option

The following command would produce a tabular report displaying the number of terminals that had any activity:

TAB TRAN USE COUNT=TERMID
END
RUN