The different methods of invoking sub-routines
Select this link for an explanation on the differences between the
methods.
Select the macro name below for more information.
CALL - Static Linkage
LINK - Dynamic Linkage
LOAD + CALL - Dynamic Linkage
XCTL - Dynamic Linkage NO RETURN
The above relates to External Sub-routines. Structured programming concepts are largely absent in Assembler so the equivalent
of COBOL PARAGRAPHS or SECTIONS and PLI Internal PROCs are npt readily available, the best Assembler has to offer are the BAS/BASR and BR instruction combinations.


