Product Site

C.1.14. Error 17 - Unexpected PROCEDURE.

Explanation:

A PROCEDURE instruction was encountered at an incorrect position. This could occur because no internal routines are active or because the PROCEDURE instruction was not the first instruction processed after the CALL instruction or function call. One cause for this error is dropping through to an internal routine, rather than calling it with a CALL instruction or a function call.

The associated subcodes are:
001

PROCEDURE is valid only when it is the first instruction executed after an internal CALL or function invocation.
901

INTERPRET data must not contain PROCEDURE.