Using the IDL Extractor for COBOL - Overview

This document describes how to extract IDL from a COBOL source, using the IDL Extractor for COBOL, deploy, validate and test the extraction results. IDL extraction is supported by wizards, editors and generators. This document covers the following topics:


Choosing a Scenario

The following scenarios are supported and are described in separate sections:

See also COBOL Mapping Editor.

graphics/scenarios.png

Before Starting an Extraction

Before you start an extraction, we recommend you first clarify the following issues:

  • The interface type of your COBOL program, see Supported COBOL Interface Types.

  • The input and output parameters of your COBOL server. Note the following:

    • COBOL REDEFINES are used in CICS as well as in batch servers. For all COBOL REDEFINES you have to clarify which redefine paths are the relevant ones for your extraction.

    • Particularly in CICS, the interface of a COBOL server is in most cases not described by the parameters given in the PROCEDURE DIVISON header. See PROCEDURE DIVISION Mapping and see DFHCOMMAREA examples under Programming Techniques.

  • We recommend you have a basic understanding of your COBOL server, especially if you can simplify your IDL with the following:

    • Map functions of the COBOL server to IDL programs.

    • Suppress unneeded fields.

    • Map COBOL data items to constants.

The COBOL sources can contain

In section COBOL to IDL Mapping you will find information on how the COBOL syntax is mapped to Software AG IDL using this wizard and the Mapping Editor. We recommend you read this document because it describes possibilities and alternatives for handling COBOL syntax constructs.

Make sure the COBOL source