User Exit Article Index for
User
Shopping
Exit
Website Links For
User
 

Information About

User Exit




A typical use is replacing the user exits provided by a Sort/merge package, whereby the user program provides its own subroutines for comparing records. The procedures provided by the user take the place of the default routines (usually stubs that do nothing but Return to their caller) provided by the package vendor.

Procedures provided as user exits are typically Compiled into a Static Library and Linked directly with the package to produce an Executable Program . Another approach employs Dynamic Libraries to accomplish the same thing.


APPLICATIONS

Some applications that provide user exits:



SEE ALSO