Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
User Commands (d - f) enoft(1)
{ SCOPEPROC | -SSP }{proc_spec | * }
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.
The setting of this attribute takes precedence over any other value
of proc_spec used in the same command.
proc_spe c
Specifies the procedure name or procedure number. Pro-
cedure names are case-sensitive in C and C++ but not in
other languages. 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, enoft resolves the name and
lists conforming procedure names with
numbers; wildcard matching (for example,
*partial_name or partial_name*) can be used
to search for items containing a match to the
given pattern.
The demangled form of the procedure name
cannot be used because enoft does not sup-
port blank spaces in the name.
proc_name .subproc_name[[.subproc_name]...]
Limits the scope to the specified subpro-
cedure. If proc_name or subproc_name is not
completely specified, enoft resolves the name
and lists conforming subprocedure names
with numbers.
This option is not valid for C or C++ pro-
grams. For EpTAL programs, only one level
of subprocedure can be specified. For
COBOL programs, more than one level can
be specified.
subproc_name[[.subproc_name]...]
Limits the scope to the specified subpro-
cedure. If subproc_name is not completely
specified, enoft resolves the name and lists
conforming subprocedure names with
numbers.
This option is not valid for C or C++ pro-
grams. For EpTAL programs, only one level
of subprocedure can be specified. For
COBOL programs, more than one level can
be specified. Only the first subprocedure with
the specified name is displayed.
527188-021 Hewlett-Packard Company 3−97