Importing a C or C++ language structure

The CICS® event binding editor imports C and C++ data structures using the following rules.

C and C++ field names are displayed according to the following rules:
  1. Characters that are not valid in XML element names are replaced with 'X'.

    For example, monthly-total becomes monthlyXtotal.

  2. Duplicate names are made unique by the addition of one or more numeric digits.

    For example, two instances of year become year and year1.

The following restrictions also apply: