When the delimit character
is null, a new physical page starts whenever a new page occurs. However,
you can conserve paper by allowing multiple pages of output to appear
on the same page. For example, this statement writes a line of hyphens
(- -) where normally a page break would occur:
options formdlim='-';
When a new page is to
begin, SAS skips a single line, writes a line consisting of the hyphens
that are repeated across the page, and skips another single line.
There is no skip to the top of a new physical page. Resetting FORMDLIM=
to null causes physical pages to be written normally again.