Text Conversion/Batch Usage

Cobol

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 a Cobol program, this module is called as follows:

CALL 'IS9015C' USING H9015D1 IS9015D2

where H9015D1 and H9015D2 are defined as follows:

  1. Text to be Converted -- 50 bytes/input and output
  2. Text Conversion Option -- 1 byte/input

  • No JCL changes are required to invoke this procedure.