The LENPAG parameter sets the length of the page or screen size in lines. For instance, setting LENPAG to 25 will cause the display to pause after 25 lines and await a carriage return before displaying the next 25 lines. This is convenient when you wish to page through long reports and not have them scroll off the top of the screen.

When LENPAG is set to 0, paging is turned off entirely. LINGO will no longer stop output to wait for a carriage return. Entering SET LENPAG 0 at the top of any command script is helpful in that you generally want command scripts to run uninterrupted.