FORWARD-SPACE-PRINT

From NDWiki
Jump to navigation Jump to search
@FORWARD-SPACE-PRINT <peripheral file name>, <number of pages>, <number of lines>

Causes the spooling program to repeat the printing of the specified pages and lines in the current print file.

<peripheral file name>
name of the spooling file.
<number of pages>
(decimal, default = 0) amount of backspacing.
<number of lines>
(decimal, default = 0) amount of backspacing.

Rules:

  1. Permitted only for user SYSTEM and the user who appended the current print file to the queue.
  2. Valid only when spooling is started (@START-SPOOLING) and the printing is in the stop-print-state.
  3. The number of lines per page may be changed by the @DEFINE-SPOOLING-CONDITIONS command.

Example:

@STOP-PRINT L-P

@FORWARD-SPACE-PRINT L-P, 2,,

@START-PRINT L-P

The spooling output for L-P is stopped and output is resumed, two pages ahead.

Related commands

@BACKSPACE-PRINT

@STOP-PRINT

@START-PRINT

References

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), page 1-76

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD