Table of Contents

Advertisement

RUN
Purpose
The RUN instruction executes the program.
Form
(1) RUN [<line number>]
or
(2) RUN <filename>[,R]
(1) (1) executes the program currently on memory. If
the <line number> is specified, the execution starts
from that number; if it is omitted, the execution
starts from the beginning of the program.
(2) (2) loads the program from the disk onto memory
before execution. If "R" options specified, the program
is loaded and executed without closing the corrently
opened files.
(3) Use the character expression for <filename>.
Example
RUN
RUN 300
RUN "PRGM"
RUN "PRGM-A", R
3-81

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents