PDR1453W
OMR mark <ADDPART> varname contained non-numeric character character within value: string. The numeric value was truncated at this character.
What happened: You set the Add group <ADDTYPE> tag to OMR, but the value of the variable you specified in the <ADDPART> tag varname parameter contains non-numeric characters. The varname value of the errant <ADDPART> tag, the incorrect string, and the non-numeric character are given. Since only numeric values or binary or hexadecimal equivalents of numeric values are acceptable values for OMR marks, Enrichment truncates the variable value indicated by the <ADDPART> tag varname value at the first occurrence of a non-numeric character. Enrichment ignored the non-numeric character and all subsequent characters in the value.
What to do: Check the variable value indicated by the <ADDPART> tag varname value for non-numeric characters; you may need to change the way you define the variable values so that only numeric values are passed to the Add group for which the <ADDTYPE> tag is set to O(MR).