Rational Developer for System z

Changing text to uppercase

While working with COBOL and JCL files in LPEX Editor, you can use editor actions to quickly uppercase certain code statements in a file,

About this task

For COBOL the Uppercase action can be used to change user-defined words, reserved words, functions compiler directives, and preprocessor strings. For JCL files, it can be used to uppercase the following: JOB name, STEP name, PROC name, PROC STEP name, DD name, Operation, key words, subkey words, key word synonyms, symbolics, commands, control strings, and error strings.

The Uppercase selection on the Source editor action will change all lowercase code statements and make them uppercase. In the editor, Right-mouse click and click Source > Uppercase. The changes are permanent when you save the file.


Feedback