It's now possible to dynamically load jacl procedures(modules) into a
top level script without explicitly specifying procedure locations
using the source command. This is a useful technique if you need to
distribute your code across multiple locations and wish to avoid hard
coding source statements or if your development environment is an IDE
such as Eclipse where workspace locations can change.
See
http://www.websphereconsultant.com/WSAdmin/docs/dynamicLoading.html for details.