Table 2-1: BASIC Compiler Commands
Command Description
! comment Identifies a comment.
$ command Starts a subprocess to execute the specified DCL command.
APPEND Merges the specified program with the program currently in memory.
ASSIGN Assigns a logical name to a complete file specification (the equivalence name).
COMPILE Generates an object module (file type .OBJ) from a BASIC source program.
CONTINUE Resumes execution after a STOP statement or Ctrl/C.
DELETE Erases the specified line or lines from the program currently in memory.
EDIT Changes source text or calls a text editor.
EXIT Returns to DCL command level.
HELP Displays HELP text.
IDENTIFY Causes BASIC to print an identification header on the terminal.
LIST Displays the current source program on the terminal.
LISTNH Displays the current source program without header information.
LOAD Loads an object module into memory.
LOCK Specifies default values for compiler command qualifiers (identical to the SET
command).
NEW Clears memory for the creation of a new program and assigns a new program
name.
OLD Reads a specified BASIC source program into memory.
RENAME Changes the name of the program currently in memory.
REPLACE Replaces a stored program with the program currently in memory.
RESEQUENCE Supplies new line numbers for the program currently in memory.