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-28
Syntax Errors
Cause. noft cannot find the specified procedure name.
Recovery. Verify that the specified procedure exists in the object file and that its name
is spelled correctly. Use LISTPROC * SET SCOPESOURCE source-file, where
source-file is the name of the source file that contains the procedure or the
number of the source file. (See LISTPROC or LP on page 3-28 and SET on
page 3-43.)
Cause. noft cannot find the specified procedure number.
Recovery. Verify that the specified procedure exists in the object file and that its name
is spelled correctly. Use LISTPROC * SET SCOPESOURCE source-file, where
source-file is the name of the source file that contains the procedure or the
number of the source file. (See LISTPROC or LP on page 3-28 and SET on
page 3-43.)
Cause. noft does not allow OBEY command files to call themselves recursively
(circularly).
Recovery. Remove the loop in the OBEY command files.
Cause. SET requires arguments, but it has none.
Recovery. Reenter SET correctly (see SET on page 3-43).
*** SYNTAX ERROR *** [3029]:
Unable to find procedure in object file.
*** SYNTAX ERROR *** [3030]:
Procedure number out of range, check procedure descriptor table.
*** SYNTAX ERROR *** [3031]:
Recursive obey names: filename.
*** SYNTAX ERROR *** [3032]:
SET should not be used by itself, check HELP SET for more
details.