Syntax

ONSOJ label

Meaning

Subroutine 'ON Start Of Job'. Carry out the subroutine at label at the beginning of the print job. This label is a number at the beginning of the line with which you want to continue. Labels must be unique but can be assigned in any order. Labels and accompanying program code always come after the last END instruction. A block of code belonging to a label continues until the next label or until the end of the program text (if no further labels occur).

See also

ONEOP

ONSOP

ONEOJ