If you want to create a binding directory, use the Create Binding Directory (CRTBNDDIR) command to contain the names of modules and service programs that your ILE C/C++ program or service programs may need.
For example,
CRTBNDDIR BNDDIR(MYBNDDIR) MODULES (MOD1, MOD2) CRTCMOD PROG(MYPROG) BNDDIR (MYBNDDIR)
or
CRTBNDDIR BNDDIR(MYBNDDIR) MODULES (MOD1, MOD2) CRTCPPMOD PROG(MYPROG) BNDDIR (MYBNDDIR)
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.