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-43
SET
SET
The SET option sets one or more noft target object file parameters to specified
values.
set-param
is one of:
CASE { ON | OFF | ? }
FORMAT
{ ASCII | A | DECIMAL | D |HEX | H |
ICODE | IC | INNERLIST | IN | OCTAL | O | ?}
HISTORYBUFFER [ number | ? ]
HISTORYWINDOW [ number | ? ]
LINES[number]
LOG { filename [B] | OFF | ? }
OUT { filename [B] | OFF | ? }
SCOPEPROC { proc-spec | proc-num | * | ? }
SCOPESOURCE { filename | file-number | ? }
SORT { ALPHA | A | LOC | L | NONE | N | ? }
To set a single set-param in a single SET statement, use these abbreviations.
CASE { ON | OFF | ? }
specifies the case-sensitivity of the noft environment. If the first source file in
the symbol table of the target object file is written in C or C++, the default is
case-sensitivity ON. Otherwise, the default is case-sensitivity OFF.
ON
turns on case-sensitivity in the noft environment.
SET set-param
SET Command Abbreviation
SET CASE SC { ON | OFF | ?}
SET FORMAT SF { ASCII | A | DECIMAL | D |
HEX | H | ICODE | IC |
INNERLIST | IN | OCTAL | O | ? }
SET HISTORYBUFFER SHB [ number | ? ]
SET HISTORYWINDOW SHW [ number | ? ]
SET SCOPEPROC SSP { proc-spec | proc-num | * | ? }
SET SCOPESOURCE SSS { filename | file-number | ? }
SET SORT ST { ALPHA | A | LOC | L | NONE | N |
? }