66
Character
string
RIGHT
• Stores n characters from the end of a
character string designated by (S) at the
device designated by (D).
4
-
RIGHTP
LEFT
• Stores n characters from the beginning of a
character string designated by (S) at the
device designated by (D).
LEFTP
MIDR
• Stores the designated number of characters
in the character string designated by (S1)
from the position designated by (S2) at the
device designated by (D).
4
-
MIDRP
MIDW
• Stores the character string of (S1) in the
specified number to the character string of
(D) at the position specified by (S2).
MIDWP
INSTR
• Searches character string (S1) from the nth
character of character string (S2), and stores
matched positions at (D).
5
-
INSTRP
STRINS
• Inserts the character string data specified by
(S) to the (n)th character (insert position)
from the initial character string data specified
by (D).
4
-
STRINSP
STRDEL
• Deletes the (n2) characters data specified by
(D) starting from the device(insert position)
specified by n1.
4
-
STRDELP
Floating
decimal point
BCD
EMOD
• Converts 32-bit floating decimal point data
(S1) to BCD data with number of decimal
fraction digits designated by (S2) , and stores
at device designated by (D).
4
-
EMODP
BCD
Floating
decimal point
EREXP
• Converts BCD data (S1) to 32-bit floating
decimal point data with the number of
decimal fraction digits designated by (S2),
and stores at device designated by (D).
4
-
EREXPP
Category
In
stru
ctio
n Sym
bol
Symbol
Processing Details
Execution
Condition
Num
b
er of
Basic
S
tep
s
Sub
set
See f
o
r Descrip
tion
RIGHT
n
S D
RIGHTP
n
S D
LEFT
n
S D
LEFTP
n
S D
MIDR
S1
S2
D
MIDRP
S1
S2
D
MIDW
S1
S2
D
MIDWP
S1
S2
D
INSTR
n
S1 S2 D
INSTRP
n
S1 S2 D
STRINS
S D n
STRINSP S D n
STRDEL
D n1 n2
STRDELP D n1 n2
EMOD
S1 S2 D
EMODP
S1 S2 D
EREXP
S1 S2 D
EREXPP S1 S2 D