z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Migration of applications to DLL support

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

Migration of applications to DLLs require that the user:
  • Identify those modules that will be dynamically linked
  • Recompile the DLL modules with #pragma export or the EXPORTALL option (in the C language)
  • Bind those DLLs into the PDSE dynamic link library
  • Remove the imported modules from the static bind library
  • Rebind the application
Note: For guidance on how to create DLLs and dynamic link libraries, see z/OS Language Environment Programming Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014