Glossary

Maintain as-is

Keep the COBOL code, invest in maintenance and documentation - **Re-platform** — Move the same COBOL code to newer hardware or a cloud environment - **Encapsulate** — Wrap COBOL programs in modern interfaces (REST APIs, message queues) - **Re-factor** — Restructure COBOL code for maintainability wit

Learn More

Related Terms