COBOL Importer overview

The COBOL importer imports COBOL data structures from a COBOL program (with an extension of cbl, .ccp or .cob) and presents these COBOL data structures as a Common Application Metamodel (CAM) - EMF resource to the application (import client).

The purpose of the COBOL importer is to represent the COBOL data structures into a DATA model (CAM) - EMF resource. It is the responsibility of the tool providers to extract information from the resource and use it for their own purpose. The importer will be able to report any syntax errors that occur in the environment and division division, and disregard any procedure division messages.

Using the COBOL Importer

The following list outlines requirements and limitations for using the COBOL importer:

Input

In order for a COBOL file to be successfully imported into your project, it must be a complete COBOL program or copybook. The importer is sensitive to file extensions, and files with incorrect extensions will cause an importer error.

Output

On successful import of the COBOL importer source, an EMF resource (CAM data model) is returned.


Feedback