HPlogo System Debug Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 System Debug Command Specifications

LOADPROC

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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.
Feedback to webmaster