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-32
Syntax Errors
Cause. The number is out of the history buffer range.
Recovery. Use the SET HISTORYBUFFER command to set the size of the history
buffer (see SET on page 3-43).
Cause. The string was not found at the beginning of any lines in the current history
buffer.
Recovery. Verify that the command is still in the current history buffer. Use the SET
HISTORYBUFFER command to set the size of the history buffer (see SET on
page 3-43).
Cause. LISTPROC or LISTOPTIMIZE was unable to find a specified symbol.
Recovery. Use LISTPROC * or LISTOPTIMIZE * to see which symbols are
available (see LISTPROC or LP on page 3-28 and LISTOPTIMIZE or LO on
page 3-27).
Cause. While trying to parse the procedure (function) name or number, noft
determined that the procedure (function) does not exist in the current scope.
Recovery. Use SHOW on page 3-48 to see the current SCOPE value. Either use SET
on page 3-43 to change the scope, use RESET on page 3-42 to reset the scope, or
correct the procedure name.
Cause. noft cannot go back the specified number of history lines.
Recovery. Use SET HISTORYBUFFER to set the size of the history buffer (see SET
on page 3-43).
*** SYNTAX ERROR *** [3048]:
Unable to find line number in history.
*** SYNTAX ERROR *** [3049]:
Unable to find string string in history.
*** SYNTAX ERROR *** [3050]:
Unable to find symbol in object file.
*** SYNTAX ERROR *** [3051]:
Proc-name is not in current scope.
*** SYNTAX ERROR *** [3052]:
Unable to go back number lines in history.