Error 12311

The LIST CONDITIONAL rule syntax for data segment <segment ID> has been violated.  At list one of the data element in position(s) requires 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 LIST CONDITIONAL rule has the following syntax:

 

      L<elements list>

 

This states that if the first element in <elements list> contains data, then at least one of the elements following it in <elements list> must also contain data.

 

Example,

 

L030104           // If data element in position 03 contain data then at least the data element in position 01 or position 04 must contain data.

           

 

 

 

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