LOADPROC [ System Debug Reference Manual ] MPE/iX 5.0 Documentation
System Debug Reference Manual
LOADPROC
Debug only
Dynamically loads a specified CM procedure from a logically specified CM
library selector.
Syntax
LOADPROC procedurename libselect
Parameters
procedurename The name of the procedure to be loaded.
libselect The logical library from which the procedure is to be
loaded.
The library selector must be specified from the
following keyword list:
GRP Group library (program group)
PUB Account library (program group)
LGRP Group library (logon group)
LPUB Account library (logon group)
SYS System library
Examples
%cmdebug > loadproc mysort pub
Dynamically load the procedure mysort from PUB (the account library).
Limitations, Restrictions
none
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