You can set the data import configuration properties for the source
COBOL file that you import into your project.
This page allows you to set the data import configuration properties
for this data binding file. You can change the defaults for these properties
in the
Preferences page. Alternatively, you can change the properties
in the source code in the Java™ editor once you close the wizard.
Once you have imported your COBOL source file into your project,
you can set the data import configuration properties.
- Platform: select the platform on which the COBOL program
runs.
- Code Page Selection: indicate the Codepage of the
COBOL program on the target platform.
- To set the advanced data import configuration properties, click Show
Advanced.
- Floating Point Format
- IEEE 754
- IBM® Hexadecimal
- Endian
- Little: The little endian representation of integer data.
- Big: The big endian representation of integer data.
- Remote integer endian
- Little: This property complements working with user exits, such
as DFHCNV macros.
- Big: This property complements working with user exits, such as
DFHCNV macros.
- External decimal sign
- Quote: A figurative constant or reserved word that
represents one or more occurrences of the quotation mark character (") or
of the apostrophe character (').
- Trunc: Normally, CICS® or IMS™ COBOL programs would be compiled with
the TRUNC(BIN) option.
- NSymbol:
- NATIONAL: This property means that the USAGE NATIONAL clause is
specified.
- DBCS: This property means that the USAGE DISPLAY-1 clause is specified.
- Click Next.