The input examples below illustrate how CRTE is linked statically and dynamically with BINDER and DBL. Each example uses a different program constellation:
In section “Static linkage of a C, C++ or COBOL program” you will find examples for linking programs which link CRTE from the library SYSLNK.CRTE.
In section “Linking programs which dynamically load the C or COBOL runtime systems(partial bind linkage technique)” you will find examples for linking programs which link CRTE from the library SYSLNK.CRTE.PARTIAL-BIND or
SYSLNK.CRTE.COMPL.In section “Dynamic linkage with DBL” you will find examples of how to use the DBL for the dynamic linkage of programs which link CRTE from the library SYSLNK.CRTE.
In section “Linkage with mixed “foreign” languages” you will find examples of mixed language linkage.