This is the syntax for the PROLIB command to create a standard library:

Operating system Syntax
UNIX Windows
prolib library-name 
  -create [ -codepage codepage-name ]
library-name

Specifies the name of the library you want to create.

All libraries 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.

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 -codepage parameter 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.