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

Sample nld and noft Session
noft Manual—528273-001
A-8
Program Output
Program Output
Run the program with this command:
run example1
Example A-11. Sample Program Output
1> run example1
Number of people on bus at last stop = 31.
Passengers remaining at each bus stop.
Bus Stop Passenger Count
1 0
2 0
3 2
4 0
5 0
2> run example1
Number of people on bus at last stop = 38.
Passengers remaining at each bus stop.
Bus Stop Passenger Count
1 1
2 19
3 23
4 21
5 0
3> run example1
Number of people on bus at last stop = 35.
Passengers remaining at each bus stop.
Bus Stop Passenger Count
1 0
2 0
3 0
4 0
5 0
4> run example1
Number of people on bus at last stop = 21.
Passengers remaining at each bus stop.
Bus Stop Passenger Count
1 0
2 0
3 0
4 0
5 0
5> run example1
Number of people on bus at last stop = 44.
Passengers remaining at each bus stop.
Bus Stop Passenger Count
1 0
2 0
3 0
4 11
5 26