Xerox 96MX User Manual
Page 452

EDITOR QUICK REFERENCE
E-8
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE
Modifying entire lines
To change entire lines, or records, or your JSL coding, you may
perform any of the following activities:
•
Move lines in a file by entering:
MOVE
n-m,p,i
n is the starting line number.
m is the ending line number.
p is the new starting line number.
i is the increment of line numbering you want.
For example, MOVE 80-11-,51,1 results in the following:
Old New
00080 00051
00090 00052
00100 00053
00110 00054
•
Remove lines from a file by entering:
REMOVE
n
or just enter the line number.
n is the line to be removed.
•
Duplicate lines in a file by entering:
DUPLICATE
n-m,p,i
n is the starting line number.
m is the ending line number.
p is the new starting line number.
i is the increment of line numbering you want.
•
Replace lines with new lines by entering:
REPLACE
n-m,i
n is the starting line number.
m is the ending line number.
i is the increment of line numbering you want.
This command deletes all lines from
n to m. It initiates
automatic line numbering at n for you to enter code and
increments each line by your value for
i.
•
Renumber lines of text by entering:
RENUMBER
n,i
n is the starting line number.
i is the increment of line numbering you want.
After modifying a file, you may find significant gaps in the
sequence of line numbers. The RENUMBER command allows
you to renumber the lines by establishing your starting line
number
n and incrementing value i.