On Thursday 26 April 2007 12:07, Jon Renton wrote: > Hello, > > we are experimenting with getting control of all ADRDSSU calls (the IBM DSS > user interface). To achieve this, we are thinking about renaming ADRDSSU > and supplying our own ADRDSSU frontend which will later call the real IBM > module. > > Now my question - has anyone ever renamed modul ADRDSSU? Does this have any > effect on other systems (such as HSM) which use DSS to move their data? > > Many thanks in advance. > > Regards > Jon.
Several(lots of) years ago I wrote a frontend to IND$FILE. The method I used was to add a csect to the load module and assign the entry point of IND$FILE to my frontend. After this program did its thing it just branched to the csect that was the original entry point. SMPE JCLIN will handle the details for you. -- Mark Jacobs Time Customer Service Tampa, FL ----------------------------- How we behave toward cats here below determines our status in heaven. Robert Heinlein - The Cat Who Walks Through Walls (1985) ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

