Loads a compatibility mode program or procedure into virtual
memory.
Syntax |
 |
ALLOCATE [ PROCEDURE, | PROGRAM, ] name |
Parameters |
 |
- PROCEDURE
The procedure in SL.PUB.SYS
to be allocated. The default is PROGRAM.
- PROGRAM
The program file to be allocated. Default.
- name
The name of the program file or procedure to be
allocated.
Use |
 |
This command may be issued from a session or program. Pressing
Break has no effect on this command.
System supervisor (OP) capability is required to use this command.
In addition to comma (,) a semicolon (;) and equal sign (=)
may be used as a delimiter.
Example |
 |
To allocate a procedure identified as PROC1,
that resides in SL.PUB.SYS,
enter:
Program files residing in the nonsystem domain (a volume set)
are not allocated. Attempts to do so result in a LOAD ERR 92
message.
Related Information |
 |
- Commands
DEALLOCATE
- Manuals
Introduction to MPE XL for MPE V Programmers(30367-60004)