The PAGE command sets the length of the page or screen size in lines. The syntax for PAGE is:

PAGE n

where n is the desired number of lines per page of output. For instance, PAGE 25 will cause the display to pause after 25 lines and await a carriage return before displaying the next 25 lines. The PAGE command is convenient when you wish to page through long reports and not have them scroll off the top of the screen.

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

The PAGE command is equivalent to the SET LENPAG command and is maintained for backward compatibility.