PDR2194I
Output line shorter than defined <LRECL> value for a fixed record length output name. File name: filename, at line number record. Line length size has been padded with blanks to the <LRECL> value specified.
What happened: A line was shorter than that specified in the Output group <LRECL> tag size parameter for a fixed record length output. 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 padded the line with blanks to the length specified by the <LRECL> tag size value.
What to do: Set the <LRECL> tag size value smaller or ensure that the length of text added with Add group tags is 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.