$PAGE [ TurboIMAGE/XL Database Management System Reference Manual ] MPE/iX 5.0 Documentation
TurboIMAGE/XL Database Management System Reference Manual
$PAGE
The $PAGE command causes the list file to eject to the top of the next
page, print character-strings that you can optionally specify, and skip
two more lines before continuing the listing.
Syntax
$PAGE [["character-string"],...]
Parameters
character- is a list of characters enclosed in quotation marks.
string When the command is executed, the quotation marks are
stripped and the character-strings are concatenated. A
quotation mark within a character-string is specified by
a pair of quotation marks.
Example
$PAGE "ORDERS DATABASE SCHEMA", "VERSION 3"
$PAGE "MASTER DATA SETS"&
$,"ACCOUNTING APPLICATION"
$PAGE
Description
The $PAGE command is effective only if the LIST option of the $CONTROL
command is on. The LIST option is on by default until a $CONTROL command
sets NOLIST. The $PAGE command itself is not listed.
The contents of the character-strings replace those specified by a
previous $PAGE or $TITLE command. If no character-strings are specified,
the character-strings specified in the preceding $PAGE or $TITLE command,
if any, are printed at the top of the next page.
MPE/iX 5.0 Documentation