Error 12308

The REQUIRED rule syntax for data segment <segment ID> has been violated.  At least one of the following data elements in position <element position> 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 REQUIRED rule has the following syntax:

 

      R<elements list>

 

This states that at least one of the elements in <elements list> must contain data.

 

Example,

// At least elements in position 01 or 02 must contain data, and at least 03 or 04 must contain data.

 
 


      R0102R0304        //// 

 

 

 

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