TAL Reference Summary

Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 97
102 Illegal operand for ACON
A CODE statement contains an incorrect constant for the ACON option. Specify a
constant that represents the absolute run-time code address associated with the label
in the next instruction location. An absolute code address is relative to the beginning
of the code space in which the encompassing procedure resides.
103 Indirection mode specified not allowed for P-relative
variable
A read-only array declaration includes an indirection symbol. Remove the indirection
symbol from the declaration.
104 This procedure has missing label -
label-name
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 A secondary entry point is missing -
entry-point-name
The entry point is not present in the procedure. Declare an entry-point identifier and
use it in the procedure.
106 A referenced subprocedure declared FORWARD is missing -
subproc-name
The procedure contains a FORWARD subprocedure declaration and a call to that
subprocedure but the subprocedure body is missing. Declare the subprocedure body.
108 Case label must be signed, 16-bit integer
An incorrect case label appears in a labeled CASE statement. Specify a signed INT
constant or a LITERAL for the case label.