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 Options
noft Manual—528273-001
3-41
QUIT or Q
OFF
redirects output to the standard output file.
?
displays the name of the current output file. Because the name of the file is written
to the file itself, you see the name only if the output file is the standard output file.
See Example 3-38 on page 3-41.
Consideration:
•
When sending large amounts of output to a log file in the Guardian environment,
you might exceed the default file-size limits. To increase the file-size limits, use the
File Utility Program (FUP) to create the file before specifying its name in the LOG
option. Specify larger primary, secondary, and maximum extents. For example:
FUP CREATE $VOL.SUBVOL.OUT1,CODE 180,EXT(100,100),ODDUNSTR,MAXEXTENTS 900
To use the file that you created with the previous command, enter either of these
commands:
°
OUT $VOL.SUBVOL.OUT1 B
°
SET OUT $VOL.SUBVOL.OUT1 B
QUIT or Q
The QUIT option stops the noft process.
The noft process stops if you enter the QUIT option. When noft is run as
noninteractively as a process, it also stops when the command-line arguments are
exhausted or when it reaches the end-of-file in an OBEY command file (see OBEY on
page 3-40) or a TACL RUN command IN parameter input file.
Example 3-38. OUT Option When “?” is Specified
noft> out ?
Out File : standard output
{ QUIT | Q }