showStatistics()

Show test statistics.

Syntax

showStatistics()
  RETURNS Statistics

Returns the session statistics.

Usage

You can use it to show test statistics. You must declare a variable of type ggc.Statistics. For example:

DEFINE stats ggc.Statistics

CALL ggc.getStatistics() RETURNING stats.*
CALL ggc.showStatistics(stats.*)