TAL Reference Manual

Error Messages
Appendix A—526371.001
A-55
81
81
An SQL directive specifying the PAGES option appears in a directive line. The
compiler ignores this directive. Specify this directive only in the compilation command.
83
You have exceeded the maximum number of named toggles. Use fewer named
toggles.
84
An incorrect parameter list appears in a procedure or subprocedure declaration. If your
program is adversely affected, correct the parameter list.
86
A procedure returns a condition code that does not evaluate to an INT expression.
Correct the condition code so that it evaluates to an INT expression.
87
The register stack should be empty after each statement (except CODE, STACK, and
STORE). If you have not left items on the register stack deliberately, change your code.
88
This warning appears, for example, when:
You pass the content of a standard (16-bit) pointer by reference to a procedure that
expects the content of an extended (32-bit) pointer.
The PAGES option of the SQL directive must be on the command
line
Too many user-defined named toggles
Invalid parameter list
Return condition code must be 16-bit integer expression
The register stack should be empty, but is not
Address size mismatch