TAL Reference Manual

Error Messages
Appendix A—526371.001
A-41
5
5
Your PEP estimate (in the PEP directive) is not large enough to contain all the entries
required. BINSERV has allocated appropriate additional space.
6
When the file reaches the 64K-word limit, the compiler disables ABSLIST, starts
printing offsets relative to the procedure base instead of to the code area base, and
emits this warning. Also, because the compiler is a one-pass compiler, some
addresses are incorrect when:
The file contains more than 32K words of code
RESIDENT procedures follow nonresident procedures
The PEP directive does not supply enough PEP table space
All procedures are not FORWARD (and no PEP directive appears)
If the file has more than 32K words of code space or if you use the stand-alone Binder,
do not use ABSLIST.
7
The same section name appears more than once in the same SOURCE directive. The
compiler ignores all occurrences but the first. If omitting the code denoted by duplicate
section names adversely affects the program, replace the duplicate section names with
unique section names.
8
A section name listed on a SOURCE directive is not in the specified file. If omitting
such code adversely affects the program, specify the correct file name.
PEP size estimate was too small
Invalid ABSLIST addresses may have been generated
Multiple defined SECTION
name
SECTION name not found