HPlogo System Debug Reference Manual > Chapter 5 System Debug Command Specifications Fx-LOG

LOADPROC

MPE documents

Complete PDF
Table of Contents
Index

E0201 Edition 4 ♥
E0300 Edition 3
E0692 Edition 3

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




LOADINFO


LOC