Download Print this page

HP 3000 Manual page 227

Mpe/ix computer systems, rpg/xl utilities
Hide thumbs Also See for 3000:

Advertisement

E
Appendix A COMMAND SUMMARY
3
A[DD] [lb] [BY inc] [^^[form] [R[EPEAT] [n]]]
ADD lines starting at "lb" BY inc (rement); "^^" controls the RPG Record Spec forms and may be
entered while in Add Mode at the start of a new line; the "R[EPEAT] n" option homes the cursor and
clears the screen after "n" number of lines have been added. The LIST, DELETE, and MODIFY
commands may be entered while in the Add Mode by typing ">>" at the start of a new line followed by
the command.
Also, you can ">>" alone and RISE will prompt you for text starting at column 6 instead of column 1.
The command automatically skips over the RPG line numbers in column 1-5. You type "<<" to get
back to column 1.
4
B[EGIN] [N[OW]]
End current editing session to start editing a new file as if you had just entered RISE; if editing
session was initiated by FILE command, close the direct work file to keep the changes; if editing
session was initiated by TEXT command, display safety messages before purging the work file; the
N[OW] option disables the safety messages and clears the file, initiated by the TEXT command,
immediately.
5
CH[ANGE] "oldstring" TO "newstring" [IN lb[/le] ]
Changes "oldstring" to "newstring", starting at "lb" and ending at "le".
6
COM[MENT] [C] [lb] [BY inc]
Displays a comment banner 10 lines long with the RPG Record Spec form of the type corresponding to
the line before "lb", where the banner will appear; "C" increases the banner size to 15 lines and
displays a column indicator; "BY inc" establishes the increment value for each line within the banner.
7
COP[Y] lb[/le] TO loc [BY inc]
Duplicates lines starting at "lb" TO a specified "loc"ation; "lb/le" establishes a range of lines to be
copied; "BY inc" sets the increment value for each line being copied.
8
D[ELETE] lb[/le]
Delete line or lines starting at "lb"; stop the deletion after "le".
9
E[XIT] [N[OW]]
Ends the subsystem; "NOW" parameter establishes that the command is to be executed immediately,
without RISE prompting you with safety messages and without saving the work file with the KEEP
command.
10
FIL[E] filename [N[OW]]
Allows you to edit a file directly without the delays resulting from the TEXT/KEEP commands; the
"NOW" parameter used with this command disables safety prompts and will open "filename" even if
you have been editing a work file that was created with the TEXT command and you did not keep
your changes in a permanent file. The "NOW" parameter immediately discards the current work file.
11
F[IND] [E[VERY]] "string" [IN lb[/le]]
Locates "string"; "EVERY" specifies that every occurrence of "string" is to be located; if "EVERY" is
omitted, only the first occurrence is located; you type "F" alone to find the next occurrence; "IN lb/le"
A- 229

Advertisement

loading