PL/I · Exception

ONCODE 90: ENDPAGE

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.

ONCODE 90: ENDPAGEIBM Enterprise PL/I for z/OS · PL/I for AIX

Condition

A PUT statement tried to start a new line beyond the line limit defined for the current page of a stream-oriented output file.

Fix

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.

Pending source verification. Not yet checked against official documentation.

Related exception