FINDPROC [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
FINDPROC
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
Limitations, Restrictions
This routine functions by calling the FINDPROC intrinsic. Refer to the
MPE XL Intrinsics Reference Manual (32650-90028) for additional
information.
CAUTION The output format of all System Debug commands is subject to
change without notice. Programs that are developed to
postprocess System Debug output should not depend on the exact
format (spacing, alignment, number of lines, uppercase or
lowercase, or spelling) of any System Debug command output.
MPE/iX 5.0 Documentation