COBOL-Specific Usage

For COBOL, use the following data types in the <vars> tag:

Note: Do not use auto when the content of a numeric field is binary. Use int. The parser extracts the binary content and converts it to the corresponding numeric string.

bitoffset and bitsize are currently not supported.

auto is not always reliable. Use data whenever possible.