|
> > Are you talking about 5250/telnet signon's, iSeries Access signon's, ftp > > signon's or all of the above? > > All of the above, or as many of the above as possible. Assume for sake of > discussion that I want my code to run prior to any of the related exit > programs. > > -Jared You can not pre-empt the system supplied sign-on programs, for the IBM supplied attach points - you only get (mostly) the 'after the event' by utilising the defined exit points. The exit points are your only method of having something executed (i.e. the exit point program *you* write and register for that exit point) at that particular moment in time. However, if you have the time you can of course write your own FTP, TELNET (TN5250E), etc. servers yourself. Disable the IBM supplied ones and run your ones on those ports. Many people have written (including myself for BPCS 6.02 CS and above) their own custom connection servers that provides log-on facilities for their own software applications. The only one you will not be able to 'mirror' will be the standard twinax terminal (and APPN) way of connecting; you can change the look of sign-on screen, but not the underlying program that is called. --phil
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.