LINK - transfer control to another overlay (program).
Usage:
call link(name)
Where:
    - name 
 
    - is a character expression with the name of the overlay
        (program) to be loaded. "name" must be 6
        characters. 
 
Description:
LINK loads an overlay and transfers control to it. 
Notes:
Since LINK does not return control, it may be necessary to
close files before calling LINK. 
See Also:
    - expl f77 lib llink 
 
    - for how to load an overlay that is part of the same
        program. 
 
Copyright © 1996, Thinkage Ltd.