atlcarroll
Programmer
I am having a problem printing to an extract where a field does not always print. I can not reproduce the problem when using a small sampling of data for the input file such as 200 records. But the production job inputs up to 3 million records. Sometimes it prints a field properly, sometimes not. I should mention that this is a COBOL/DB2 program. It prints correctly in Expeditor, the debugging tool that we use. When using displays, the field is populated just before the write, then it doesn't show up on the report. It seems to sporadically drop one field. I used region=0m on the EXEC proc to no avail.