noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-51
SET
SCOPESOURCE { filename | file-number | * | ? }
narrows the scope of noft options to a single source file. Use this option 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 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.
filename narrows the scope to a single named source file. If the
specified file name does not uniquely identify a source file, noft provides
additional help.
file-number
specifies the file number, which specifies the ordering in the object code
file table. Each number is presented for each procedure in LISTSOURCE
or LS on page 3-32.
*
eliminates scope limitations that are present and opens selections to the
entire object code 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 alphabetic order.
LOC
L
sorts noft output in virtual address order.
NONE
N
sorts noft output in numeric order determined in the relevant table. This is
the default.