TAL Reference Summary
Error Messages
TAL Reference Summary
106 096256 Tandem Computers Incorporated
160 Only one language attribute is allowed
More than one language attribute appears in a procedure declaration. Specify only
one of the following language attributes following the LANGUAGE keyword (and
only in a D-series EXTERNAL procedure declaration):
C
COBOL
FORTRAN
PASCAL
UNSPECIFIED
161 Language attribute only allowed for external procedures
A language attribute appears in a procedure declaration that is not specified as being
EXTERNAL. Specify LANGUAGE followed by C, COBOL, FORTRAN, PASCAL, or
UNSPECIFIED only in D-series EXTERNAL procedure declarations.
162 Illegal size given in procedure parameter declaration
An incorrect parameter declaration appears. Specify the correct parameter type.
163 Public name only allowed for external procedures
A public name appears in a procedure declaration that is not specified as being
EXTERNAL. Specify a public name only in D-series EXTERNAL procedure
declarations.
164 Procedure was previously declared in another language
Multiple EXTERNAL declarations have the same procedure identifier but have
different language attributes. Delete the incorrect EXTERNAL declaration.
165 Procedure was previously declared with a public name
The previous EXTERNAL procedure declaration includes a public name, and the
current procedure declaration is a secondary entry point. Remove the public name
from the EXTERNAL procedure heading.