/names

Syntax:

/names:keyword, /GNa, /GNl, or /GNu

The /names option specifies how source code identifiers and external names are interpreted and the case convention used for external names. This naming convention applies whether names are being defined or referenced. The default is /names:uppercase (same as /GNu).

In the visual development environment, specify the Name Interpretation in the External Procedures or the Fortran Language Compiler Option Category. The /names options are:

Instead of using the /names compiler option, consider using the cDEC$ ALIAS directive for the specific name needed.