How can I change the "checks" print file, output of PR160, into a fixed length file that a cobol program can read?
You might be better off using the PR160 PMTOUT "laser" file instead--it's a flat file already ...
John,
yea, we are going to do that once we convert to 9.0. Right now, the powers that be have decided they want to get this done ASAP. We currently ftp the print file to an AS400 and manipulate it there.
I have taken that cobol program, from the AS400, and converted it to work in Lawson on a unix box. Now the new cobol program wont read the file correctly. When I look at it in LED it looks fine. With vi it looks like variable lenght records, which is how the cobol program sees it too.
Thanks.