A procedural language interface has been developed primarily to call external 'C' functions. There are two external modules involved in using the procedural language interface:

extsub            Defines the subroutine name table.

cstubs            Contains stub 'C' function definitions to be replaced by the user routines.

As a minimum, to enable procedural language interfaces, the cstubs.c module must be provided.  It should contain ten function definitions sub0( ) to sub9( ). Templates provides for these two modules in both 'C' source, and object code format.

Comment on this topic

Topic ID: 720165