I'm not sure what you want but I'll give it a shot
To suffix(???) all records
Update Filea
set fieldA = concat(trim(fieldA) ,'XXXX')
Where XXXX is what you want on the end. Hope that helps
Last Wiki Answer Submitted: September 9, 2008 1:58 pm by philpl1jb44,630 pts.
All Answer Wiki Contributors: philpl1jb44,630 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
That answer is right as far as it goes. However, that will not extend the record beyond the defined file record length. If you are wanting to make the actual record length longer then you will have to do what he said but write it to a different file.
That answer is right as far as it goes. However, that will not extend the record beyond the defined file record length. If you are wanting to make the actual record length longer then you will have to do what he said but write it to a different file.