z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Writing exits for the TSOLIB command

z/OS TSO/E Customization
SA32-0976-00

TSO/E users issue the TSOLIB command to dynamically link to different versions of load module libraries while in their TSO/E session. TSO/E searches these libraries before those specified in the user's logon procedure. Therefore, the users' logon procedures can be kept simpler. Also, system and application programmers do not need to maintain different user IDs just to switch to different versions of load modules.

TSO/E provides initialization and termination exits that you can use to customize the TSOLIB command. These exits receive control during TSOLIB command processing, as follows:
  • The initialization exit receives control before the TSOLIB command processor invokes the parse service routine to syntax check the input parameters.
  • The termination exit receives control just before the TSOLIB command terminates processing.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014