![]() |
LOW No conversion of lowercase to uppercase
LOW | CAP Lowercase / Uppercase.
LOW CFS Editor: No conversion from lowercase to uppercase takes place during the Modify process.
Entering file documentation (Action Code IM): The text is stored in uppercase or lowercase, as entered.
Search command, User Option FIND, Variable Action ONXFIND: No conversion from lowercase to uppercase will take place in the search string. This function can also be achieved by entering the search string in the form L'....'.
Action Code EDT: When reading in another file or library element, the LOWER mode of EDT remains unaltered. A LOWER ON command entered for a previous file remains in operation.
CAP | NLOW CFS Editor: When modifying, lowercase characters are converted to uppercase before rewriting the file.
Entering file documentation (Action Code IM): The text is converted to uppercase.
Search command, User Option FIND, Variable Action ONXFIND: The search argument ([C]'item') is converted to uppercase.
Action Code EDT: When reading in another file or library element, the LOWER ON mode of EDT is reset (LOWER OFF).
Instead of CAP, the command LOWO (LOW Off) can also be given.
Standard: CAP.
Note: LOW or CAP may not be chained with additional commands. For example, the command sequence LOW;M is not permissible.