Previous Topic Next topic Print topic


Welcome

Note: Check the Product Documentation section of the Micro Focus SupportLine Web site and the Micro Focus Infocenter for any updates to the documentation which might have been uploaded.

This Welcome section includes information for new and existing customers about how to install and license the product, an overview of application development, changes from previous releases, any tutorials and samples.

If you are new to Visual COBOL, check Where do I start? in this section.

You should also read the Help on Help topic for details on how to use this documentation.

Product overview

Visual COBOL enables you to develop COBOL applications within Microsoft Visual Studio. You use the Visual Studio integrated development environment (IDE) 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 COBOL Server.

.NET managed code and unmanaged native code can interoperate within the same application, enabling you to exploit existing COBOL in the .NET environment.

COBOL Server is a companion to Visual COBOL. COBOL Server 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.

COBOL Server is also available with the Enterprise Server feature. When Enterprise Server is enabled, you can use it to perform actions such as:
  • Create service interfaces for COBOL applications
  • Deploy COBOL applications to run on Enterprise Server
Previous Topic Next topic Print topic