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-5
CD
CD
The CD option changes the current working directory, which noft searches for relative
pathnames.
pathname
is the OSS directory pathname of the directory that is to become the current
working directory. The maximum size of pathname is 255 characters. The default
pathname is the startup directory.
COMMENT
The COMMENT option embeds comments in noft command files.
text
is a string of characters (a comment).
Considerations:
•
If you use the COMMENT option in a line containing other options, COMMENT must be
the last option on the line.
•
To continue COMMENT text over more than one line, start each successive line with
the COMMENT option.
Note. OSS environment only. Similar Guardian commands are SYSTEM or VOLUME on
page 3-49.
CD [ pathname ]
Note. The noft utility does not verify the validity of the specified pathname. noft
provides verification only when trying to open an object or source file.
Example 3-1. CD Option
noft> cd
Current Path : /lt1/abcdef/tests/show/
COMMENT [ text ]