TAL Reference Manual
Error Messages
Appendix A—526371.001
A-44
17
17
An initialization expression is too complicated to evaluate in the current context. If your
program is adversely affected, simplify the expression.
19
A PEP directive or a FORWARD declaration is missing. When you use the ABSLIST
directive, the compiler must know the size of the PEP table before the procedure
occurs in the source program. Enter either a PEP directive at the beginning of the
program or a FORWARD declaration for the procedure. The compiler also emits
warning 6 at the end of the compilation.
20
A source line extends beyond 132 characters. The compiler ignores the excess
characters. If your program is adversely affected, break the source line into lines of
less than 132 characters.
21
The attributes in a FORWARD declaration do not match those in the procedure body
declaration. If your program is adversely affected, correct the set of attributes.
22
The format of options in a directive is incorrect. The compiler ignores the directive. If
your program is adversely affected, correct the format of the compiler options.
23
A FOR count clause and a constant list both appear in a group comparison expression,
which are mutually exclusive. The compiler obtains the count of items from the length
Initialization value too complex
PROC not declared FORWARD with ABSLIST option on
Source line truncated
Attribute mismatch
Illegal command list format
The list length has been used for the compare count