 |
» |
|
|
|
Debug only Dynamically loads a specified NM procedure from any NM library. Syntax |  |
FINDPROC procedurename library_file [ [NO]IGNORECASE]
|
This command dynamically loads a NM procedure from any NM library.
The complete executable System Object Module containing the named procedure
is loaded. This command is implemented by calling the
HPGETPROCPLABEL intrinsic. (Refer to the
MPE XL Intrinsics Reference Manual (32650-90028) for additional
information.) If no error message is printed, the user can assume the
command succeeded. The LOADINFO command may be used to verify that the
library was loaded. Parameters |  |
- procedurename
The name of the procedure to be loaded. - library_file
Any valid NM library file from which the procedure is to be loaded. - IGNORECASE
If IGNORECASE is specified, a case-insensitive search is performed
for the program file. The default is NOIGNORECASE.
Examples |  |
$nmdebug > findproc libsort testlib.test
$nmdebug >
|
Dynamically load the procedure libsort from the file TESTLIB.TEST
|