
2. MACRO COMPILER AND
MACRO EXECETOR
B–62093E–1/02
PROGRAMMING
10
Job
Keyboard input
Major
classification
Minor classification
Command
(enter NL at end of
command)
Notes
Data input
Paper tape, keyboard, floppy
disk
INPUT
IN [ string]
Input terminated by the string
specified
Addition from keyboard KEYIN
K OLD, line number, increment
Data added several line at a time
Display filenames for files on
floppy disk
FDLIST FDL
Data display
Any line LIST
L[
line
number
]
Display from the specified line
number
Lines containing the specified
string
LIST L string
Punch spece SPACE SP n Punch n speces
Data output
Punch feed FEED
FE n
Punch n feeds
Output to paper tape, floppy
disk
OUTPUT
OUT[ string]
Alter a whole line ALTER Line number 1 line of data
p
Alter part of a line
ALTER
A string1
[ , string2 ], { }
n
ALL
Replace ALL or n strings with
string1
Replace address character REPLACE R character1/character2
Replace character1 with charac-
ter2
Reverse order of 2 address
data characters
CHANGE C character1/character2 Change the order in one block
Insert1 line of data INSERT Line number 1 line of data
Insertion
Insert string INSERT
I string1 ,
[, string2 ] { }
n
ALL
Insert string2 after string1
Copy and add a specified block MOVE MOV[line number1, line number2]
Copy and add the data from line
number1 to line number 2
Deletion n whole lines DELETE Line number1 [,line number2]
Delet the data from line number1
to line number2
Deletion
Delete string DELETE
D character , { }
n
ALL
Delete address data ADELETE AD address character
Delete lines containing a partic-
ular string
BDELETE BD atring
The string can be an address
character
Scaling to re-
Multiple of a pecific address SCALE S address character / n n is the scaling factor
quire values
Multiple of incremental NC data ASCALE AS address character / n n is the scalling factor
Adding and sorting sequence numbers SEQNO
SEQ intial value
[ , increment [ , n ]]
If n is given, add a sequence
number every n blocks
Copy paper tape COPY COPY
Copies any sort of data on paper
tape.
2.1.5
Table for Editing by P–G
Mate