[Migrated content. Thread originally posted on 12 July 2011]
I can't seem to write line sequential file with 94 character with WITHOUT stripping the trailing spaces.I have set the STRIP_TRAILING_SPACES to 0;
I've tried using BLOCK CONTAINS 94 CHARACTERS in FD section
I've tried RECORD IS VARYING IN SIZE FROM 1 TO 94 CHARACTERS
DEPENDING ON 94-CHAR-VARIABLE in FD section.
Using AcuCobol 8.01.
FYI, Wring a NACHA file for Direct Deposit transfer, and bank wants every record to be exactly 94 character without losing the trailing spaces.
Thanks for help in advance.
