RXS_rmvLibLE()

Used to remove a library entry from the library list. This is usually used at the end of a program in conjunction with RXS_addLibLE() to remove a library that was added at the beginning of the program.

If the pLib parameter is not passed, the first library in the library list will be removed.

Subprocedure Prototype

D RXS_rmvLibLE    pr

Removes specified library from the library list.

D  pLib                         10a   value options(*nopass)

The name of the library list entry to be removed from the library list.