CASE

CASE sets the case translation and interpretation preferences.

Read syntax diagramSkip visual syntax diagram CASE 1MIXEDRESPECTIGNOREUPPERRESPECTIGNORE
Notes:
  • 1 The default is set in the user profile.

Operands

UPPER
translates lowercase characters to uppercase when entered.
MIXED
works with each character in its original form.
RESPECT
respects the case of each character while doing a search.
IGNORE
ignores the case of each character while doing a search.

Return codes

0
Normal request
202
Invalid operand

Example

'CASE MIXED RESPECT'

This example sets the case to MIXED and the sensitivity to RESPECT. For more information on sensitivity, see the FIND command, FIND.