Previous Topic: SRV315Next Topic: SRV317


SRV316

Variable name not global: name

Reason:

A GLOBVAL initialization statement has attempted to assign a value to name. However, name is not a valid global variable.

Action:

Make sure that you are specifying a correct global variable name.