This configuration variable allows you to adjust the case of an object file name that is specified in a CALL statement. It has five possible values:
NONE | or | "0" | (the default) object file names are not translated |
LOWER | or | "1" | object file names are translated to lower case, including directory (path) elements |
UPPER | or | "2" | object file names are translated to upper case, including directory (path) elements |
LOWER_BASE | or | "3" | object file names are translated to lower case, excluding directory (path) elements |
UPPER_BASE | or | "4" | object file names are translated to upper case, excluding directory (path) elements |
Translation occurs before the CODE_SUFFIX and CODE_PREFIX configuration options are applied. You should make sure that those variables specify the correct case. For a complete description of the runtime CALL handling procedure, see CALL in ACUCOBOL-GT User's Guide.