CASE primary command
The CASE command determines whether data in the data area is translated to uppercase on input (CASE UPPER), or whether it is left unchanged (CASE MIXED). The CASE command overrides any previously issued CAPS command. By default, lowercase data is not translated to uppercase.
Syntax
- CASE MIXED
- Does not translate changed or new rows to uppercase.
- CASE UPPER
- Translates all new rows from lowercase to uppercase, and translates all data in changed rows from lowercase to uppercase, regardless of how the rows are changed.