You can upgrade your existing COBOL applications that were developed in Net Express to Visual COBOL and continue to develop them there making use of the Eclipse industry Integrated Development Environment that supports thousands of clients for developing and deploying critical business applications.
Visual COBOL includes a Net Express Project Import Wizard that converts Net Express projects into Eclipse projects. The wizard analyzes the Net Express project file and its configuration settings, creates projects based on this information, imports the existing source code into them, and sets the requisite project and file properties from the original Net Express project. The majority of the existing applications will continue to run in Visual COBOL without the need to change their code.
Eclipse is the core IDE for maintaining and developing applications that have been migrated from the mainframe and that still use CICS and JCL. You use Eclipse to develop, compile as native or managed COBOL code, and debug your applications. The Eclipse editor has been extended in a number of ways to enhance its support for COBOL, including standard Eclipse features for program navigation are exploited for COBOL applications.
Features Include:
The Eclipse debugger fully supports COBOL in data queries, watch windows etc. and control over the program execution flow both for native code and COBOL JVM.
Features include:
The IMTK enables you to create an interface between a COBOL application running on an enterprise server instance as a service, such as a Web service or Java service, and a client, such as a Web service client or a JSP client. The interface you create is called a service interface.
You can create the following types of service interfaces for COBOL programs:
For service interfaces created from a new or existing COBOL application, you can expose as much or as little of the application functionality as you choose. Because COBOL applications often perform a wide variety of functions, the creation of a service interface enables you to limit your end users to access only the functions they need.
You can also use a WSDL or JSON file provided by a third party to generate both a service interface that supports the described Web service, and a skeleton COBOL program containing the data structures needed to support the Web service. You can then further enhance the COBOL program to contain the logic necessary to return the required output.
The process of creating a working service interface to run on Enterprise Server includes the following:
The SQL technology that was present in previous products is seamlessly integrated within the Eclipse development environment. When you develop COBOL SQL applications in the new IDE, you can use the same development environment to extend and modernize your COBOL assets.
Features include: