System Debug Reference Manual (32650-90888)
Chapter 5 193
System Debug Command Specifications Fx-LOG
LOADPROC
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
LOC
Defines a local variable within a macro body.
Syntax
LOC
var_name
[:
var_type
] [=]
var_value
The LOC command can only be executed within a macro.
Local variables are known only to the macro in which they are defined. The environment