Error 12310

The EXCLUSION rule syntax for data segment <segment ID> has been violated. Only one of the data elements in position(s) <element position> can contain data.

 

Description

Syntax rule (also known as relational conditions) allows the presence of data in a data element based on the presence of other data in other data elements in the same data segment or composite element.  The EXCLUSION rule has the following syntax:

 

      E<elements list>

 

This states that only one of the elements in <elements list> can contain data.

 

Example,

 

E010203     // Only one of the elements in position 1,2,3 can contain data.

           

If this condition is not met then this error is generated.