Need to format line in flat file to given length by adding blank space at the end in JDE report
Hi Team,
I have a copy of R04572OZ where in text line header and trailer records need to be formatted with blank spaces at the end to make into given length. It uses B34A1010 to write records into flat file. We have used rpad function to append blank space at the end.
When I test the UBE/ file creation in local I could see records are appended with required size ie blank spaces are appended at the end but when we submit the report in server (linux batch servers, ftp path also hosted in linux based server), the lines are not having enough length because at the end no space is there.