Loading...
Select Version
&pagelevel(4)&pagelevel
TELNET exits are handled in the reloaded EXITTEL.C module. EXITTEL.C is provided as a support and has just one entry point in YAPTEXIT. The only EXITTEL.C action is the return with the return value 0xff. This indicates that no user-defined exit routines have been defined as yet.
In order to define your own exits, create a module containing the entry point YAPTEXIT and replace the EXITTEL module in the SYSLNK.TCP-IP-AP.nnn library
(SRMLNK.TCP-IP-AP.nnn) with the module you have created.