Creating a DLL or a DLL application

Building a DLL or a DLL application is similar to creating a C, C++, COBOL or Enterprise PL/I application. It involves the following steps:

  1. Writing your source code
  2. Compiling your source code
  3. Binding your object modules

For more information, see z/OS XL C/C++ Programming Guide, the appropriate version of the programming guide in the COBOL library at Enterprise COBOL for z/OS library, or the IBM Enterprise PL/I for z/OS library.