ADD | Enters text into the WORK file from the standard
input device and/or from the HOLD file. |
BEGIN | Used as the first expression in a BEGIN-END
pair. |
CHANGE | Changes existing contents of the WORK
file. |
COPY | Copies text from one location to another in the
WORK file. |
DELETE | Deletes characters and/or lines from the
WORK file. |
END | Terminates EDIT/3000 operation. Or, when used with
a matching BEGIN command, terminates a BEGIN-END pair. |
FIND | Finds a specific position or a character string
in the WORK file. |
GATHER | Moves portions of text from one location to
another in the WORK file and renumbers the lines. (The text is deleted from
its original location.) Also can be used to renumber all lines in the WORK
file. |
HOLD | Copies part or all of the WORK file into the HOLD
file for subsequent recopying into one or more locations of the WORK
file. |
INSERT | Inserts text into the WORK file from the INPUT
file or from the HOLD file at a specific position. |
JOIN | Copies all or part of the JOIN file to the WORK
file. |
KEEP | Saves all or part of the WORK file into an MPE/iX
file. |
LIST | Lists all or part of the WORK file to the OUTPUT
file or to any other specified file. |
MODIFY | Modifies text in the WORK file using one or
more subcommands (DELETE, INSERT and REPLACE) of the MODIFY
command. |
NOT | Reverses a flag after executing the command
immediately following the NOT command. |
OR | Sets the flag true, or skips the OR command and the
command immediately following it if the flag is already true. |
PROCEDURE | Calls and executes a procedure previously
written and stored in a segmented library (SL) file. |
Q | Displays a user-defined message at the
terminal. |
REPLACE | Replaces one or more lines in the WORK file
with new text from the standard input file or from the HOLD file. |
SET | Alters EDIT/3000 default operating
criteria. |
TEXT | Copies the contents of a TEXT file into the WORK
file, deleting the current WORK file contents. |
USE | Instructs EDIT/3000 to receive commands from the
USE file and to send messages to the OUTPUT file and, generally, to expect
input from the INPUT file. |
VERIFY | Reports the current EDIT/3000 operating
conditions declared in a SET command, or the default conditions not
declared in a SET command. |
WHILE | Causes EDIT/3000 to repeat commands in a
predefined command block. |
XPLAIN | Lists an explanation of all or part of the
EDIT/3000 commands. |
YES | Sets a flag for a WHILE command block
true. |
Z::= or Z | Assigns the value of a character string
variable to Z::= and uses that value whenever Z:: appears as a part or all
of a command. |
: | Instructs EDIT/3000 to pass the rest of the record
to MPE/iX. |