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-39
LOG
LOG
The LOG option writes a copy of the current noft session’s input and output to a file
named log.
filename
specifies the name of the log file. If the file exists, noft appends the log output to
it. If the file does not exist, noft creates it. filename is a Guardian file name
when noft is running in the Guardian environment. filename is an OSS
pathname when noft is running in the OSS environment. The maximum size of
the OSS pathname is 255 characters.
B
sets the file type of the output file to binary if the file does not already exist. The
default is text. If the file already exists, the B option has no effect.
OFF
closes the current log file and stops all logging.
?
displays the name of the current log file (see Example 3-36 on page 3-39).
Considerations:
•
If logging is already in progress, noft closes the previous log file and begins
logging to the new file. If the file is the same as the previous log file, noft ignores
the LOG option and continues logging to the same file.
•
When sending large amounts of output to a log file in the Guardian environment,
you might exceed default file-size limits. To increase 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.LOG1,CODE 180,EXT(100,100),ODDUNSTR,MAXEXTENTS 900
To use the file that you created with the previous command, enter either of these
commands:
°
LOG $VOL.SUBVOL.LOG1 B
°
SET LOG $VOL.SUBVOL.LOG1 B
[ SET ] LOG { filename [B] | OFF | ? }
Example 3-36. LOG Option
noft> log testfile
Log File : $SPOOL.KEVIND.testfile