NAME is an attribute of an occurrence that is a string of ASCII characters which identifies symbols in your source code. A specific name can be associated with more than one symbol. The language you are using defines the legal characters for a name. Each name has zero or more characters. Any character may appear in a name. Special characters that appear in a name must be quoted using double quotes. Which characters are considered special characters is system dependent. See the system specific guide for further details. You can use wildcards in the name expression. See the entry on WILDCARDS for further information. The format for NAME can be one of the following: name NAME=(name[,name...])