Importers

J2C Tools include a number of importers, including importers for the C language, for COBOL, and for PL/I.

About this task

IMS™ or CICS® ECI transactions are often written in COBOL, C, or PL/I languages. If you are coding Java™ applications to access these transactions using J2C resource adapters, the Java application needs to serialize values from Java to the type of byte buffer that the IMS or CICS program expects. The importers are tools that deliver this data mapping. Once you import a COBOL, C, or PL/I file into your project, you can work with this data as you would with any data construct.

Preferences for the importers can be selected in two ways:

Procedure

  1. Use the importer Preferences window to change the default COBOL, C, or PL/I importer settings.
  2. Set the parameters for an individual data binding class in the Importer page of the J2C wizard.

Feedback