> I am looking for a way to prevent users calling certain load modules > directly. Instead I would like my module to get control.
As John McKown says, this is hard to make foolproof. But you can cover at least one vector pretty easily: if your users are executing the load module directly via JCL, you could code a JES2 exit #6 (presuming you have JES2) to substitute your own program in the EXEC statement internal text. It could be circumvented by a crafty user, but maybe you're not concerned about that. -- David Andrews A. Duda and Sons, Inc. [EMAIL PROTECTED] ---------------------------------------------------------------------- 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

