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.