Is there a way to print a variable-length field and automatically truncate all trailing blank characters? We have a 2000 character variable-length field. I defined the output field with reference to the variable-length field in the physical file. I used the BLANKFLD function on this output field. I compiled the PRTF with the FOLD(*YES) parameter. This looks fine when all 2000 characters contain non blank characters. But when most of the field is blank, the output still uses all 2000 spaces. I want to save a tree.