The MOVE command inserts the designated line or range of lines at a location marked as the destination of the move and deletes the line or lines at the original location. You can use the MOVE command with a CA Ideal member or a program's working data, parameter data, or procedure.
This command has the following format:
MOVE [LINES] start‑line [end‑line] target‑line
The line where the move begins. You can specify it as:
nnn The sequence number of the start line.
TOP Indicates the first line of the entity. If you do not specify a start line, TOP is the default.
offset A position relative to the top line displayed:
* The top line displayed.
*+n The line n number of lines below the top line displayed.
*‑n The line n number of lines before the top line displayed.
The line where the move ends. You can specify it as:
nnn Sequence number of the end line.
BOT Indicates the last line of the entity. If you do not specify an end line, BOTTOM is the default.
offset Position relative to the top line displayed:
* Top line displayed.
*+n Line n number of lines below the top line displayed.
*‑n Line n number of lines before the top line displayed.
Line after which the moved lines are inserted. You can specify it as:
nnn Sequence number of the line.
TOP Indicates the first line of the entity.
BOT Indicates the last line of the entity.
offset Position relative to the top line displayed:
* The top line displayed.
*+n The line n number of lines below the top line displayed.
*‑n The line n number of lines before the top line displayed.
Note: After the MOVE, new sequence numbers are assigned to the new locations. The command MOVE LINES TOP BOTTOM is prohibited.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|