CPM1A Programmable Controllers Operation Manual 1784470
Check your program.
OPERAND A constant entered for the instruction is not within defined
ERR values. Change the constant so that it lies within the
proper range.
NO END There is no END(01) in the program. Write END(01) at the
INSTR final address in the program.
LOCN ERR An instruction is in the wrong place in the program. Check
instruction requirements and correct the program.
JME UNDEFD A JME(05) instruction is missing for a JMP(04) instruction.
Correct the jump number or insert the proper JME(05)
instruction.