$NLS_CASE

Set the default behavior for case conversion when using $uppercase and $lowercase.

$NLS_CASE { = } nlslocale | classic

Arguments

  • nlslocale—use the value specified by $NLS_LOCALE. If $NLS_LOCALE is set to system or a locale, case conversion rules for the current locale are applied.
  • classic—convert characters on a character-by-character basis according to the Unicode definitions.

Defaults

Assignment file: Application assignment file
Section: [SETTINGS]
Default value: nlslocale

Description

Use $NLS_CASE if you want the default behavior for case conversion to be different than $NLS_LOCALE.

Setting $nlscase in ProcScript overrides the value set by $NLS_CASE, if defined, in the assignment file.

$NLS_CASE

[SETTINGS]
$NLS_LOCALE = de_DE
$NLS_CASE = classic

Related Topics