
8
8.2 Alarms Displayed on the PMC Screen
524
Alarm number Contents
Faulty location/
corrective action
LBL FOR JMPC NOT
FOUND
If JMPC is unnecessary, re-
move it. If LBL is missing,
add it in proper position:
JMPC jumps into level 2. If
it should be JMPB or JMP,
correct it.
Can not find proper LBL for
JMPC.
LBL FOR JMPC IN
BAD LEVEL
JMPC is used to jump from
a subprogram to level 2. If
the JMPC is unnecessary,
remove it. If another LBL of
same L–address that the
JMPC is intended to jump
exists in the subprogram,
assign different L–address
to these two LBLs. If it
should be JMPB or JMP,
correct it.
Destination of JMPC is not
level 2.
JMPC INTO COM LBL for JMPC must be lo-
cated out of any COM and
COME pair. If the JMPC is
unnecessary, remove it. If
the LBL is located wrong,
move it to correct position. If
the L–address of JMPC is
wrong, correct it.
JMPC jumps to LBL be-
tween COM and COME.
JMPE WITHOUT
JMP
If JMP is missing, add it in
proper position. If the JMPE
is unnecessary, remove it.
There is no JMP that corre-
sponds to this JMPE.
TOO MANY LBL Remove unnecessary
LBLs. If this error still oc-
curs, adjust the construc-
tion of program to use less
LBLs.
There are too many LBLs.
DUPLICATE LBL If some of these LBLs are
unnecessary, remove them.
If all of these LBLs is neces-
sary, assign other L–ad-
dresses to them to make all
LBLs unique.
Same L–address is used in
plural LBLs.
OVERLAPPED SP If SP is missing, add it in
proper position. If the SPE
is unnecessary, remove it.
There is no SP that corre-
sponds to this SPE.
SPE WITHOUT SP If SP is missing, add it in
proper position. If the SPE
is unnecessary, remove it.
There is no SP that corre-
sponds to this SPE.
END IN SP If SPE is missing, add it in
proper position. If END is in
wrong place, move it to
proper position.
END is found between SP
and SPE.
DUPLICATE P
ADDRESS
If some of these SPs are un-
necessary, remove them. If
all of these SPs is neces-
sary, assign other P–ad-
dresses to them to make all
SPs unique.
Same P–address is used in
plural SPs.