It can help to improve the code's efficiency and, potentially, resolve some issues.
The refactoring techniques involve applying different cumulative small changes (mini-refactorings) to the code. Individually, each mini-refactoring is small enough to reduce the risk of introducing any errors, but collectively, refactoring can significantly enhance your code.
Enterprise Developer provides support for refactoring of COBOL code using the following techniques:
, enables you to rename COBOL elements, convert .NET types to portable COBOL syntax, and simplify the names of types in .NET
COBOL.