nld and noft Manual

noft Options
nld and noft Manual520384-003
5-46
SET
SCOPESOURCE { filename | file-number | * | ? }
narrows the scope of noft options to a single source file. This is helpful when
trying to find unique items within a source file and to limit the output to a range
within the designated source file.
filename
is a Guardian filename 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.
filename narrows the scope to a single named source file. If the
specified filename does not uniquely identify a source file, noft provides
additional help.
file-number
specifies the file number. This number specifies the ordering in the object
file table. Each number is presented for each procedure in LISTSOURCE
or LS on page 5-29.
*
eliminates any scope limitations present and opens selections to the entire
object file.
?
returns the current source file in scope, if any.
SORT { ALPHA | A | LOC | L | NONE | N | ? }
specifies the sorting order of the output.
ALPHA
A
sorts noft output in alphabetical order.
LOC
L
sorts noft output in virtual address order.
NONE
N
sorts noft output in numerical order determined in the relevant table. This
is the default.
?
returns the current sorting order.