When creating a XOM from a COBOL copybook, you can use a predefined type converter to change the default mapping of COBOL data items to Java™ boolean and date types.
The boolean and date types do not exist in COBOL. If you want to use these types in your XOM, you can use the predefined boolean and date type converters to convert COBOL Alphanumeric (PIC X) or unsigned numeric (PIC 9) data items to the Java boolean or date type.
You access the predefined type converters during the XOM generation process, when the XOM generation wizard displays the Configure COBOL XOM Mapping page. This page shows the default COBOL to Java type mappings.
Boolean and date formats do not support signed numbers.
To configure the default Java type mapping: