noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Diagnostic Messages
noft Manual—528273-001
4-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 3-42 to reset the scope to its default, use SET
on page 3-43 to change the scope, or recompile the program with symbol information.
To see the current scope, use SHOW on page 3-48.
Cause. This error occurs for the undocumented GINFOSITE and GINFOUNRES
commands and indicates that nothing was in the scope.
Recovery. Either use RESET on page 3-42 to reset the scope to its default or use
SET on page 3-43 to change the scope. To see the current scope, use SHOW on
page 3-48.
Cause. The filename specified in the OBEY on page 3-40 is not an OBEY
command file.
Recovery. Change the filename to that of an OBEY command 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, verify that the desired range falls
within the procedure. Use SET SCOPEPROC * to turn scoping off (see SET on
page 3-43). Use DUMPADDRESS or DA on page 3-6 instead of DUMPPROC or DP
on page 3-10. If the message refers to an object file, verify 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].