setApplicationName()

Set the application name.

Syntax

setApplicationName(
    name  STRING )

Usage

You can use it to set the application name. For example, when executing a scenario in Studio, GGC will provide the application name to the command line to execute the tested application from the name provided in the following call:

CALL ggc.setApplicationName("ggcTestApp")