Procedure Commands

From BR Wiki
Jump to navigation Jump to search
Alert (AL)

Stops execution within a procedure file so that the operator may attend to the printer, change disks, or perform some other action.

Proc

Opens and begins execution of a procedure file.

ProcErr

Indicates the appropriate way to handle an error in an active procedure file.

Skip (SK)

Causes execution to skip a specified number of procedure lines or to skip to a specified label.

SubProc (SU)

Runs one procedure from within another procedure.