1.2 Identifiers

An identifier is a sequence of characters that represents a name for the following:

The following rules apply to identifiers:

An identifier without external linkage has at most 32,767 significant characters. An identifier with external linkage has 1023 significant characters on Digital UNIX systems and 31 significant characters for OpenVMS platforms. (Section 2.8 describes linkage in more detail.) Case is not significant in external identifiers on OpenVMS systems.

Identifiers that differ within their significant characters are different identifiers. If two or more identifiers differ in nonsignificant characters only, they are treated as the same identifier.


Previous Page | Next Page | Table of Contents | Index