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 Utility
noft Manual—528273-001
2-2
Running the noft Utility in the OSS Environment
output-filename
specifies a Guardian file name to which noft writes its output. If you specify a disk
file name and the file does not exist, noft creates an edit file. If the specified disk
file exists, noft appends to the file. If you omit the OUT option, noft writes its
output to your current default output file.
option
is one or more noft flags with their parameters, if any.
When you run noft from the command line:
•
Include the option FILE or F on page 3-16.
•
Do not include these options, which work only in an interactive session:
°
! (Exclamation Point) on page 3-4
°
FC on page 3-15
•
Do not include these, which are useful only in an interactive session:
°
The option HISTORY or H on page 3-20
°
The HISTORYBUFFER or HISTORYWINDOW parameter of the option SET on
page 3-43
(Options given in the command line are not stored in the history buffer.)
This section summarizes the noft flags. For further information, see Section 3, noft
Options.
Running the noft Utility in the OSS
Environment
You can use the noft utility as an interactive or batch process, but noft is most often
used as an interactive process. To run the noft utility in the OSS environment, use
this syntax:
option
is a noft flag and its parameters, if any. If you do not specify option, noft runs
as an interactive process.
When you run noft from the command line:
•
Include the option FILE or F on page 3-16.
•
Prefix each option with a hyphen (-); for example, -file.
noft [ option ] ... object-filename [ i-o-redirection ]