Compiler Error C0114
Message: Invalid destination <jump label> for 'JMP'
Possible error cause: Syntax error or typographical error in the JMP destination
Error correction: Correct the typographical or syntax error.
Example 381. Example of the error:
PROGRAM PLC_PRG VAR END_VAR JMP 0;
Message:
C0114: Invalid destination 0 for 'JMP'