CASE
Allows the user to select data case sensitivity or insensitivity.
Syntax
CASE {(options}
Options
F Selects data case insensitivity.
The F option is only valid if data case insensitivity is enabled for both the database (with the DataCaseControl configuration option) and the current user (with the DATA.CC environment option). If either of these options is not selected, CASE (F displays the message:
[1314] Not supported in your selected environment.
N Selects data case sensitivity.
S Suppresses the state message.
Used without options, CASE displays the current state of data case sensitivity.