Create a standard library
- Last Updated: April 12, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This is the syntax for the PROLIB command to create a standard library:
| Operating system | Syntax |
|---|---|
| UNIX Windows |
|
- library-name
-
Specifies the name of the library you want to create.
All libraries must have a
.plextension. 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. - codepage-name
-
Specifies the name of the code page for the library you want to create.
A library can contain members with different code pages. All members retain their respective code pages.
If you do not specify the
-codepageparameter at creation time, OpenEdge marks the procedure library with the code page specified in the Internal Code Page (-cpinternal) startup parameter.For information about code page compatibility, see Code page compatibility.