PDR1428S
<ADDPART> varname contains an invalid justify value. Justify must be 1 byte in length and set to R, L, or N.
What happened: You specified an Add group <ADDPART> tag justify value other than R (right), L (left), or N (none). The varname value of the invalid <ADDPART> tag is given.
What to do: Specify an <ADDPART> tag justify value of R if you want the variable value right-justified with padding or truncation occurring on the left end of the value; specify L if you want the variable value left-justified with padding or truncation occurring on the right end of the value; or specify N if you want the variable value to be left-justified with no padding and truncation occurring on the right end of the value. Setting justify to N is valid only for <ADDTYPE> TEXT.