TAL Reference Summary
Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 95
90 Invalid object file name -
file-name
The object file name is incorrect. Specify the name of a disk file.
91 Invalid default volume or subvolume
The default volume or subvolume in the startup message is incorrect. Correct the
volume or subvolume name.
92 Branch to entry point not allowed
An entry point is the target of a GOTO statement. Following the entry point, add a
label identifier and then specify the label identifier in the GOTO statement.
93 Previous data block not ended
A BLOCK or PROC declaration appears before the end of the previous BLOCK
declaration. End each BLOCK declaration with the END BLOCK keywords before
starting a new BLOCK declaration or the first PROC declaration. This message occurs
only if the compilation begins with a NAME declaration.
94 Declaration must be in a data block
An unblocked global data declaration appears after a BLOCK declaration. Either place
all unblocked global declarations inside BLOCK declarations or place them before the
first BLOCK declaration or SOURCE directive that includes a BLOCK. This message
occurs only if the compilation begins with a NAME declaration.
95 Cannot purge file
file-name
A security violation occurs in a SAVEGLOBALS compilation and the compiler cannot
purge the existing global data declarations file. Correct the security violation and then
recompile.