Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
User Commands (m - o) noft(1)
OFF Turns off redirection to a file and reverts to the original
output file.
? Displays the name of the current log file. If the -SET
OUT flag is used on an OSS shell command line, the
flag specification must be enclosed in quotation marks
when the ? specifier is used.
{ SCOPEPROC | -SSP }{proc-spec | proc-num | * | ? }
Narrows the scope to a single procedure or subprocedure. This is
helpful when trying to find unique items within a procedure or
subprocedure and when trying to limit output to a range within a
single scope.
proc-spec
Specifies the procedure name. Procedure names are
case-sensitive in C and C++ but not in pTAL. proc-spec
is one of the following:
proc-name
Limits the scope to the specified procedure
and subprocedures. If proc-name is not com-
pletely specified, noft resolves the name and
lists conforming procedure names with
numbers.
proc-name.subproc-name
Limits the scope to the specified subpro-
cedure. If proc-name or subproc-name is not
completely specified, noft resolves the name
and lists conforming subprocedure names
with numbers.
subproc-name
Limits the scope to the specified subpro-
cedure. If subproc-name is not completely
specified, noft resolves the name and lists
conforming subprocedure names with
numbers.
proc-num
Specifies the procedure number. This number specifies
the ordering in the object file’s procedure table. Use the
-LISTPROC flag to list each procedure number.
* Eliminates any scope limitations and allows you to view
the entire object file. If the -SET SCOPEPROC flag is
used on an OSS shell command line, the flag
specification must be enclosed in quotation marks when
the * specifier is used.
527188-021 Hewlett-Packard Company 6−83