RESERVE n LINES.
If there is not enough space left on the current page for at least n
lines, this statement starts a new page. n can be a constant (1,2,3,...) or a variable.
Performance:
The runtime required to execute a RESERVE statement is approx. 1 msn> (standardized microseconds).
Program New Pages