Studio Enterprise Edition enables you to develop COBOL applications within Microsoft Visual Studio. You use the integrated development environment (IDE) in Visual Studio to edit, compile and debug COBOL applications. The IDE provides all the functionality to manage projects and build applications.
You can develop COBOL applications that run as .NET managed code in the .NET environment. You can also develop and compile applications to native COBOL code, as .exe or .dll. You then deploy and further debug the application under Server Enterprise Edition.
You can develop applications that have been migrated from the mainframe and that use mainframe technologies like CICS, JCL, and IMS. These compile to native COBOL code, as .exe or .dll. You then deploy and further debug the application under Server Enterprise Edition.
.NET managed code and unmanaged native code can interoperate within the same application, enabling you to exploit existing COBOL in the .NET environment.
Server Enterprise Edition is a companion to Studio Enterprise Edition. Server Enterprise Edition provides the run-time environment for running COBOL applications. .NET applications also require the Microsoft .NET Framework to be installed and this is available from the Microsoft Web site.
For help getting started:
If you are a mainframe programmer:
We recommend you start with the Getting Started. This will walk you through the major components of the product and will provide you with some basic tutorials on how to use the IDE to develop mainframe applications. The Getting Started includes the following items: