RXS_addLibLE()

More often than not, your data files and business logic programs are not going to reside in the same library as your web service programs. RXS_addLibLE() allows you to easily add additional libraries to your library list.

You can use RXS_libLEExists() to see if a library list entry exists before adding the library to your library list:

Subprocedure Prototype

D RXS_addLibLE    pr

Adds the specified library to the beginning of your library list.

D  pLib                         10a   value

Required

The name of the library list entry to be added.