neopragma/cobol-unit-test

INSPECT verb incompatibility with older Cobol compiler versions

Closed this issue · 1 comments

INSPECT REPLACING values must be of the same length.

Implemented workaround - paragraph that does what INSPECT REPLACING does in current version of Cobol (handles search and replace substrings of different lengths).