InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Skip And Reserve? |
|
Answer» SKIP PROVIDES EMPTY space between lines, while RESERVE executes a page break on the CURRENT page if the number of lines between current line and the page footer is less than the number SPECIFIED in RESERVE statement. SKIP provides empty space between lines, while RESERVE executes a page break on the current page if the number of lines between current line and the page footer is less than the number specified in RESERVE statement. |
|