Individual Line Commands

The following commands work with individual lines and consist of one character:
/
Specify current line in file
I
Insert a line
D
Delete a line
C
Copy a line
M
Move a line
R
Replicate a line
"
Synonym for replicate

When you enter one of the previous commands in the prefix area of a line, the command performs its respective function on that line. If you enter an "I" in the prefix area of line 00000, the editor opens a new line just below it for input. You can also append a number to the end of the prefix command. This acts as a replication factor. If the number "5" is appended to the "I", five lines are opened for input instead of one.


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/dfhrx00086.html