The trace output sequence has changed under Language Environment.
With Language Environment,
only one trace entry per record appears, instead of numerous trace
entries per record as in OS/VS COBOL.
This is especially helpful with intervening DISPLAY SYSOUT output and error
messages.
Figure 1 shows the differences between
OS/VS COBOL and
Language Environment.
Figure 1. TRACE output under Language Environment compared
to OS/VS COBOLOS/VS COBOL :
Record 1 --> Section1(2), Paragraph1(2), Section2(2)
Language Environment :
Record 1 --> Section1
Record 2 --> Section1
Record 3 --> Paragraph1
Record 4 --> Paragraph1
Record 5 --> Section2
Record 6 --> Section2