Previous Topic: IDCMCDEP70 - DVW must be in "PROD" status for COMPILE and RUNNext Topic: IDCMCDEP72 - "OCCUR" must be blank for condition name


IDCMCDEP71 - "FIELD NAME" must be unique, or uniquely qualifiable

Reason:

You specified a field name that is not unique or cannot be uniquely qualified. In CA Datacom/DB dataviews, this can be caused by the inclusion of more than one element containing the same field. In working-data or parameter-data, this can be caused by structures like the following:

    1    aaa
     2   bbb            x    3

         :::

    1    xxx
     2   aaa            N    3 where the identifier aaa has both an unqualified form as a level-1 item and a lower-level form as part of another level-1 structure.

Action:

In the case of an CA Datacom/DB dataview, define the dataview so that it does not include overlapping elements, either by defining different elements that do not overlap or by relating the dataview to a different set of elements. In the case of working-data or parameter-data, change the field name or the name of the level-1 item where it is subordinate.