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


Writing exits for the PARMLIB command

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

TSO/E provides an initialization exit and a termination exit for the PARMLIB command. You can use the exits to customize PARMLIB processing for your users. The initialization exit receives control before the PARMLIB command processor invokes the parse service routine to parse the command. The termination exit receives control just before the PARMLIB command processor completes processing. If the initialization exit returns successfully to PARMLIB and PARMLIB processing itself abends, the PARMLIB command processor invokes the termination exit before it terminates.

You can use the initialization exit to check that users have authority to use the PARMLIB command, change the operands that users specify on the command, and change the values of the operands.

You can use the termination exit to perform clean-up or special processing prior to PARMLIB completion. Depending on the processing your initialization exit performs, you may not need a corresponding termination exit.

The following highlights some ways you can use the PARMLIB exits. For more information about how you can use the exits, see Possible uses.
  • Verify that the user is authorized to use the PARMLIB command
  • Specify that RACF® authority checking is to be performed
  • Correct a user's errors on the PARMLIB command
  • Restrict the operands a user specifies on the command
  • Determine how long it takes PARMLIB to execute

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014