RXS_addLibLE
From Wiki
|
| User Guide |
Contents |
Description
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.
Prototype
D RXS_addLibLE pr D pLib 10a value
Parameters
- pLib
- Specify the library you would like to add to this job's library list. Note: It will be added to the beginning of the library list.
Return value
None.
Notes / Examples
You can use RXS_libLEExists to see if a library list entry exists before adding the library to your library list.
RXS_addLibLE('MYLIB');
