Generate a memory-mapped procedure library
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This is the syntax for the PROLIB command to generate a
memory-mapped procedure library from a standard procedure library:
| Operating system | Syntax |
|---|---|
| UNIX Windows |
|
- standard-library-name
-
Specifies the name of the standard procedure library from which to generate the memory-mapped procedure library. The library name must have a .pl extension. You can add a library to the PROPATH environment variable by specifying the file's absolute pathname or its pathname relative to the current working directory.
Save the standard procedure library; it is the source of modification for the memory-mapped library. Each time you modify the standard procedure library, you must regenerate the memory-mapped procedure library.
- mapped-library-name
-
Specifies the name of the memory-mapped procedure library you are generating. The library name must have a
.plextension.Note: You cannot modify a memory-mapped procedure library directly. To modify a memory-mapped procedure library, you must modify its source standard procedure library and regenerate the memory-mapped procedure library.PROLIBgenerates a memory-mapped procedure library with the standard procedure library's code page. All text segments in all members retain their respective code pages.For information about code page compatibility, see Code page compatibility.