PL/I · Exception
What does ONCODE 90: ENDPAGE mean in PL/I?
A PUT statement tried to start a new line beyond the line limit defined for the current page of a stream-oriented output file.
A PUT statement tried to start a new line beyond the line limit defined for the current page of a stream-oriented output file.
Check the PAGESIZE and LINESIZE values against the actual volume of output being written, and confirm the program's own page-break logic (if any) is triggering before the built-in limit is reached, not after.