RPGNext
Take Your RPG Development to theNextLevel
Site Links
Home
RPG Programming
xRPG Downloads
xRPG Docs
About This Site
About Me

RPG Gurus
Bob Cozzi
Brad Stone
Scott Klement
Jon Paris

iSeries Links
Alpha Works
Midrange.com
FAQ@Midrange.com
MidrangeServer.com
IBM Docs
iSeries Infocenter
MCPress
Easy400
API Finder

Using the xRPG Core Library

In order to use the library, you will need to add a couple of "/copy" statements to your RPGLE source file. The first "/copy" is for the library's binding directory. Enter the following line in the H specifications of your source member:

/copy rpgnextlib/qrpglesrc,cp_hspecs

The next "/copy" pulls in the prototypes for the procedures. Enter the following line in your D specifications of your source member:

/copy rpgnextlib/qrpglesrc,cp_longprs

Now you are ready to start using the procedures. Visit the Procedure Documentation to see what procedures are available and how to use them.

This site conforms with the following W3C specifications:

Web Essentials

Contact