
APPENDIX 3 ERROR MESSAGES
6.6Path 2/warning
001 * Unreferenced subprogram Pxxxx.
(Cause) A subprogram which is not called by a CALL or CALLU instruction is
encountered.
6.7 Path 2/error
002
003
004
005
006
007
008
009
010
011
* Data too large. ( message + symbol + comment )
(Cause) The total size of the message, symbol, and comment data exceeds the
predetermined limit.
* Data too large. ( ladder + step sequence )
(Cause) The total size of the ladder and step sequence data exceeds the
predetermined limit.
- Data too large. ( message + symbol + comment + ladder + step sequence )
(Cause) The total size of the message, symbol, comment, ladder, and step sequence
data exceeds the predetermined limit.
* The number of label exceeds the limit. ( xxxx net in LEVELx.#LA )
(Cause) The total number of labels used within LEVELl, LEVEL2, or LEVEL3 exceeds
the predetermined limit.
* The label of Lxxxx is used twice or more. ( xxxx net in LEVELx.#LA )
(Cause) An identical L address is specified for two or more labels in LEVELl, LEVEL2,
or LEVELB.
* Program exists beyond END inctruction. ( Pxxx.#LA )
(Cause) A program including an END instruction is followed by another program.
- There is no label of Lxxxx. ( xxxx net in LEVELx.#LA )
(Cause) The destination label of JMPC cannot be found in LEVEL2.#LA.
* The label of Lxxxx exists in the COM mode. ( xxxx net in Pxxxx.#LA )
(Cause) The destination label of JMPC is found between COM and COME.
- The label of Lxxxx to refer exists in another level. ( xxxx net in Pxxxx.#LA )
(Cause) The destination label of JMPC is found in LEVELl.#LA or LEVEL3.#LA.
- There is no subprogram Pxxxx. ( xxxx net in LEVELx.#LA )
(Cause) The subprogram to be called by CALL or CALLU cannot be found or is empty.
A3-19