TAL Reference Summary

Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 85
35 Subprocedures cannot be parameters
A subprocedure is declared as a formal parameter or is passed as an actual parameter.
You can declare and pass procedures (but not subprocedures) as parameters.
36 Illegal range
A specified value exceeds the allowable range for a given operation. Correct the value.
37 Missing identifier
A required identifier is missing from the current statement. Provide the missing
identifier.
38 Illegal index register specification
You tried to reserve more than three registers for use as index registers. Use a DROP
statement to reduce the number of reserved registers.
39 Open failed on file
file-name
The compiler could not open the file you specified in a SOURCE directive. If
NOABORT is in effect, the compiler prompts you for the name of a source file. You
can take any of the following alternative actions:
Retry the same source file name.
Ignore that source file and continue compilation.
Substitute another source file name.
Terminate the compilation.
If you choose to ignore the source file or to terminate the compilation, error 39
appears. If SUPPRESS is in effect, the compiler prints the SOURCE directive before the
error message.