NET/MASTER Management Services (MS) Command Reference Manual

DEBUG SOURCE
NonStop NET/MASTER MS Commands
2–56 115412 Tandem Computers Incorporated
If you specify a leading file name only, with no intermediate procedures or
functions, decompilation occurs for the entire file. This does not include nested
procedures or functions.
stmt-position
provides either the complete statement specification or a specific statement
number at which to display the decompiled text.
file-name
specifies the name of a source file for which to display the decompiled
text.
{
proc-name
|
func-name
}
specifies the name of a procedure or function for which to display the
decompiled text.
You can specify the name of a nested procedure or function by specifying
the names of all intermediate procedures or functions, preceding each
with a period (.).
If there are no nested procedures or functions, or if you display the
decompiled text at the current procedure or function, then nested
procedure or function names are not required.
stmt-number
specifies the statement number for which to display the decompiled text in
a source file, a procedure, or a function.
In a complete statement specification, you must precede the statement
number by a period (.).
In a complete statement specification, the names of any intermediate
procedures or functions are optional.
In a complete statement specification, if you omit the names of any
procedures or functions, the statement number is the number of the
statement in the source file.
In a complete statement specification, if you specify the names of any
intermediate procedures or functions, the statement number is the number
of the statement in the innermost procedure or function.
In a complete statement specification, if you omit the statement number,
the statement number is the number of the first statement in the specified
procedure or function.