TAL Reference Manual
Error Messages
Appendix A—526371.001
A-27
104
104
The procedure refers to either:
•
A label identifier that is missing from the procedure
•
An undeclared variable prefaced with @ in an actual parameter list
Either use
label-name in the procedure or declare the variable.
105
The entry point is not present in the procedure. Declare an entry-point identifier and
use it in the procedure.
106
The procedure contains a FORWARD subprocedure declaration and a call to that
subprocedure but the subprocedure body is missing. Declare the subprocedure body.
108
An incorrect case label appears in a labeled CASE statement. Specify a signed INT
constant or a LITERAL for the case label.
109
A case alternative in a labeled CASE statement has no values associated with it.
Specify at least one value for each case alternative.
This procedure has missing label - label-name
A secondary entry point is missing - entry-point-name
A referenced subprocedure declared FORWARD is missing -
subproc-name
Case label must be signed, 16-bit integer
Case label range must be non-empty - range