GDDM V3R2 Base Application Programming Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Using the system programmer interface by means of dynamic load

GDDM V3R2 Base Application Programming Guide
SC33-0867-01



If an application program uses only the System Programmer Interface, all invocations of GDDM are through the entry point ADMASP. This entry point can be resolved by link-editing the application with the GDDM interface module ADMASPT, as described above.

Alternatively, the application can avoid these linkage-edit considerations by using system facilities (the OS LOAD function) to load dynamically a GDDM interface module ADMASPLT. The main entry point for this module is defined with both names: ADMASP and ADMASPLT.

Note: If an installation uses the OS LOAD function to load GDDM dynamically, applications that use GDDM's system programmer interface cannot use the ADMUFO to bypass parameter checking.

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012