Native COBOL compared with .NET COBOL Native COBOL and .NET COBOL differ in how they compile and how the run-time management services, such as security, threading and memory management are
provided.
Moving Native COBOL Applications to .NET COBOL .NET COBOL code provides features that enable you to extend and modernize your existing procedural COBOL applications without having
to rewrite them.
Multiple user COBOL applications in .NET In a multiple user environment, COBOL applications must use multiple run units, with each instance of the application running
in its own run unit.