Warning: This topic does not affect the C generator.
If the overflow and control break occur simultaneously, this may cause, for example, repeated printing of the header format.
In order to solve this problem, use a work variable set to X at the beginning of the control break process.
In the CHANGE_PAGE process, print the header format only if this variable is not equal to X.
Example
CHANGE_PAGE
IF VARIABLE <> 'X'
PRINT HEADER
END