NET/MASTER Management Services (MS) Command Reference Summary

NonStop NET/MASTER MS Commands
14 115413 Tandem Computers Incorporated
DEBUG MODIFY The DEBUG MODIFY command modifies the value of a variable in an NCL process.
DEBUG MODIFY [ ID=
ncl-id
]
[ FORMAT={ NORMAL | BINARY } ]
[ SCOPE={ 0 |
nesting-level
} ]
{ VAR | VBL }=
variable-name
VAL[ =
value
]
DEBUG NOLOG The DEBUG NOLOG command stops the writing of debug messages to the activity
log for the specified NCL process(es).
DEBUG NOLOG [ ID=
ncl-id
[ [ ID=
ncl-id
] … ] | ALL ]
DEBUG RESUME The DEBUG RESUME command resumes execution of the currently suspended NCL
process(es).
DEBUG RESUME [ ID=
ncl-id
[ [ ID=
ncl-id
] … ] | ALL ]
DEBUG SET The DEBUG SET command sets the current NCL process.
DEBUG SET ID=
ncl-id
DEBUG SOURCE The DEBUG SOURCE command displays the decompiled source statements of a
suspended NCL process.
DEBUG SOURCE [ ID=
ncl-id
]
[ BW=
backward-number
]
[ FW=
forward-number
]
[ DETAIL={ YES | NO } ]
[ NESTED={ YES | NO } ]
[ LOCATION=
stmt-position
]
[ SCOPE={ 0 |
nesting-level
} ]
[ ON | OFF ]
stmt-position
:
file-name
[.{
proc-name
|
func-name
} … ][ .
stmt-number
] ]
stmt-number