nld and noft Manual
noft Diagnostic Messages
nld and noft Manual—520384-003
11-27
Syntax Errors
Cause. This error occurs for various undocumented commands. It indicates that either
a SET SCOPESOURCE command or SET SCOPEPROC command was given, but there
was no symbol table.
Recovery. Either use RESET on page 5-41 to reset the scope to its default, use SET
on page 5-42 to change the scope, or recompile the program with symbol information.
To see the current scope, use SHOW on page 5-47.
Cause. This error occurs for the undocumented GINFOSITE and GINFOUNRES
commands. It indicates that nothing was in the scope.
Recovery. Either use RESET on page 5-41 to reset the scope to its default or use
SET on page 5-42 to change the scope. To see the current scope, use SHOW on
page 5-47.
Cause. The filename specified in the OBEY on page 5-39 is not an obey file.
Recovery. Change the filename to that of an obey file.
Cause. If the message refers to a procedure, the scope set for dumping does not
include the specified range. If the message refers to an object file, the object file does
not contain the addresses or offsets specified.
Recovery. If the message refers to a procedure, ensure that the desired range falls
within the procedure. Use SET SCOPEPROC * to turn scoping off (see SET on
page 5-42). Use DUMPADDRESS or DA on page 5-6 instead of DUMPPROC or DP
on page 5-10. If the message refers to an object file, ensure that the addresses or
offsets are possible.
*** SYNTAX ERROR *** [3025]:
No symbol table available, command ignored.
*** SYNTAX ERROR *** [3026]:
No unresolved references in procedure-name, command ignored.
*** SYNTAX ERROR *** [3027]:
Obey requires filename, command ignored.
*** SYNTAX ERROR *** [3028]:
Offset out of range for [procedure|object file].