Dynamically loads an external procedure into main storage.
FETCH entry-constant [SET(ptr-ref)][TITLE (char-expr)]
The FETCH statement is used to dynamically load modules into main storage. It must specify an entry constant, which is the name by which the fetched procedure is known to the operating system. When this name is referenced in a FETCH statement, the procedure can also be loaded into main storage when a CALL statement, or a CALL option of an INITIAL attribute, or a function reference is executed.
See Restrictions under Dynamic Fetching and Releasing of External Procedures.