FORWARD-SPACE-PRINT
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:
- Permitted only for user SYSTEM and the user who appended the current print file to the queue.
- Valid only when spooling is started (@START-SPOOLING) and the printing is in the stop-print-state.
- 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
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