A CALL statement that resolves the target subprogram name at run time by loading it from a load library. Achieved through CALL identifier or through the *DYNAM* compiler option with CALL literal. Dynamic calls allow subprograms to be updated independently. (Ch. 22) See also: *Static Call*, *CANCEL*,