The IDENT directive specifies a string that identifies an object module. The compiler places the string in the identification field of an object module when it generates the module for each source program unit. The IDENT directive takes the following form:
Only the first IDENT directive is effective; the compiler ignores any additional IDENT directives in a program unit or module.
For More Information:
For details on syntax rules for all general directives, see Section 15.1.1.