Multiple choice technology mainframe

ICETOOL's ____ operator allows you to display counts in reports.

  1. BCOUNT('string')

  2. COUNT('string')

  3. CCOUNT('string')

  4. DCOUNT('string')

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

ICETOOL provides both COUNT('string') and BCOUNT('string') operators for displaying counts in reports - COUNT for basic counts, BCOUNT for blank-specific counts. CCOUNT and DCOUNT are not standard ICETOOL operators.