Application programming on z/OS
|
Previous topic |
Next topic |
Contents |
Glossary |
Contact z/OS |
PDF
Creating a DLL or a DLL application Application programming on z/OS |
|
|
A dynamic link library or DLL is a file that contains executable code and data that is bound to a program at run-time. The code and data in a DLL can be shared by several applications simultaneously. Creating a DLL or a DLL application is similar to creating a regular COBOL application. It involves writing, compiling, and linking your source code. Special considerations when writing a DLL or a DLL application include:
Depending on whether you want a DLL load module or a load module that references a separate DLL, you need to use slightly different compiler and binder options. |
Copyright IBM Corporation 1990, 2010 |