PDR2193W
Output line longer than defined <LRECL> value for output name. File name: filename, at line number record. Line length size has been truncated to the <LRECL> value specified.
What happened: A line was longer than that specified in the Output group <LRECL> tag size parameter. name indicates the Output group <NAME> tag name value, filename identifies the Output group <FILE> tag filename value, record identifies the errant record number, and size indicates the length of the errant record. Enrichment truncated the indicated line at the length specified in the <LRECL> tag size parameter.
What to do: Set the <LRECL> tag size value larger or ensure that the length of text added with Add group tags is less than or equal to the <LRECL> tag size value. You can also remove the <LRECL> tag from the Output group. This causes all records to be processed as variable length, correcting the condition indicated by this message and improving performance.