I have a mainframe COBOL program that writes a report file to disk. When I try looking at the disk after the program completes successfully, the disk is empty.
If I run the exact same program and put the report out to SYSOUT, I can see the output that is written out.
What can be causing it not to write out to disk?
If I run the exact same program and put the report out to SYSOUT, I can see the output that is written out.
What can be causing it not to write out to disk?