Previous Topic: Statement Syntax RulesNext Topic: GSINIT00


CLIENT00

This member defines all client products actively controlled by this CA GTS address space. The content of this member is either set up by the client's product installation procedure or documented by the client product. Each line contains exactly one product definition.

The CLIENT member supports the following keywords:

PRODUCT(  +
IDENTITY(xxxxxxxx)   +
MODULE(xxxxxxxx) )
IDENTITY

Designates the client identifier used by CA GTS; this can be one to eight alphanumeric characters. This identifier can later be used to start and stop the product dynamically. For information, see the chapter "Console Commands."

MODULE

States the program name containing the client startup code; this can be one to eight alphanumeric characters. CA GTS uses information contained here to load and initialize the client feature.

Example:

PRODUCT(IDENTITY(UF) MODULE(CAGSUFLD))