Try OpenEdge Now
skip to main content
Managing ABL Applications
ABL and R-code Deployment and Management : Managing Procedure Libraries : Setting up a library
 

Setting up a library

This section provides step-by-step instructions for setting up a library using the PROLIB utility.
To set up a library:
1. Create the standard library with the PROLIB utility. (All libraries must have a .pl extension.)
2. Add the r-code files to the library with the PROLIB utility.
3. If you are setting up a memory-mapped library, use the PROLIB utility to generate the memory-mapped library from the standard library.
4. Place the library in the PROPATH.
For more information about the PROLIB utility, see Usingthe PROLIB utility. For more information about placing libraries in the PROPATH, see Librariesand PROPATH.