Text Conversion/Batch Usage
Easytrieve Plus
It is occasionally necessary to convert data from mixed case to upper
case or upper case to mixed case. There are options to perform upper
case to mixed case for names, addresses, cities and name suffices.
From an Easytrieve Plus program, this module is called using an
Easytrieve Plus include as follows:
%IS9015D H9015D
where H9015D is a 51 byte field subdefined as follows:
- Text to be Converted -- 50 bytes/input and output
- Text Conversion Option -- 1 byte/input
- A - Convert Address to Mixed Case
- C - Convert City to Mixed Case
- L - Convert to All Lower Case
- N - Convert Name to Mixed Case
- S - Convert Name Suffix to Mixed Case
- U - Convert to All Upper Case
An Easytrieve Plus INCLUDE called LIB9015D has the layout/variable
definitions for the parameter fields.
No JCL changes are required to invoke this procedure.