Product Documentation

c-treeRTG V2 Update Guide

Previous Topic

Next Topic

Map OCCURS DEPENDING ON into LONG VARCHAR

Logic has been implemented in xddgen to detect eligible OCCURS DEPENDING ON (ODO) fields and generate the XDD syntax to map them into LONG VARCHAR. An ODO is eligible when:

  1. it is the last record element
  2. the size of the OCCURS field is 1 byte

The xddgen utility can map into a LONG VARCHAR by simply using the *>>XDD BINARY directive on the OCCURS.

The field that the OCCURS depends on is automatically marked hidden.

TOCIndex