For my COBOL batch programs, I am noticing that junk data is getting written into FILLER field which is defined at the end.
It is happening only for 1st record in the output file. There is initialize statement in the program.
I am using compiler directive DEFAULTBYTE(00) to use low-value for default initialization.