HPlogo EDIT/3000 Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 1 Introducing EDIT/3000

1-12. EDIT/3000 COMMANDS

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

A summary of EDIT/3000 commands is presented in Table 1-1 “EDIT/3000 Commands”. Included is the command name, the purpose of the command, and the page number in this manual where a complete description of the command can be found.

Table 1-1 EDIT/3000 Commands

COMMAND NAMEPURPOSEPAGE NO.
ADDEnters text into the WORK file from the standard input device and/or from the HOLD file.3-6
BEGINUsed as the first expression in a BEGIN-END pair.4-7
CHANGEChanges existing contents of the WORK file.3-10
CopyCopies text from one location to another in the WORK file.3-14
DELETEDeletes characters and/or lines from the WORK file.3-17
ENDTerminates EDIT/3000 operation. Or, when used with a matching BEGIN command, terminates a BEGIN-END pair.3-20
FINDFinds a specific position or a character string in the WORK file.3-21
GATHERMoves 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.3-23
HOLDCopies part or all of the WORK file into the HOLD file for subsequent re-copying into one or more locations of the WORK file.3-27
INSERTInserts text into the WORK file from the INPUT file or from the HOLD file at a specific position.3-29
JOINCopies all or part of the JOIN file to the WORK file.3-35
KEEPSaves all or part of the WORK file into an MPE/3000 file.3-39
LISTLists all or part of the WORK file to the OUTPUT file or to any other specified file.3-47
MODIFYModifies text in the WORK file using one or more subcommands (Delete, Insert, and Replace) of this command.3-51
NOTReverses a flag after executing the command immediately following the NOT command.4-12
ORSets the flag true, or skips the OR command and the command immediately following it if the flag already is true.4-16
PROCEDURECalls and executes a procedure previously written and stored in a segmented library (SL) file.4-24
QDisplays a user-defined message at the terminal.3-54
REPLACEReplaces one or more lines in the WORK file with new text from the standard input file or from the HOLD file.3-55
SETAlters EDIT/3000 default operating criteria.3-59
TEXTCopies the contents of a TEXT file into the WORK file, deleting the current WORK file contents.3-67
USEInstructs 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.3-75
VERIFYReports the current EDIT/3000 operating conditions declared in a SET command (or the default conditions not declared in a SET command).3-79
WHILECauses EDIT/3000 to repeat commands in a pre-defined command block.4-2
XPLAINLists an explanation of all or part of the EDIT/3000 commands.3-81
YESSets a flag for a WHILE command block true.4-20
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.3-86

 

Feedback to webmaster