You can use the INCLUDE and LIBRARY control statements to:
Specify additional object modules you want included in the program
module (INCLUDE statement).
Specify additional libraries to search for object modules to include
in the program module (LIBRARY statement). This statement has the
effect of concatenating any specified member names with the automatic
call library.
Figure 1 shows
an example that uses the INCLUDE and LIBRARY control statements. Figure 1. INCLUDE and LIBRARY
control statements
Data sets you specify on the INCLUDE statement are processed as
the binder encounters the statement. In contrast, data sets you specify
on the LIBRARY statement are used only when there are unresolved references
after all the other input is processed.
For more information, see the z/OS MVS Program Management: User's Guide and Reference.