TM EXIT
This command activates or deactivates ThruPut Manager installation exits.
Scope: System
Duration: Until next TMSS restart.
TM EXIT | [? | HELP] |
Requests the command syntax from HELP.
Exit number. "nn" is 1 or 2 digits and must be a valid ThruPut Manager installation exit number.
Activates the exit.
The short form for this keyword is A.
Specifies installation data to be passed to the exit at invocation, and can be 1-255 characters. If the data includes special characters or blanks, it must be enclosed in apostrophes('). To represent an apostrophe, code two consecutive apostrophes ('').
Deactivates the exit.
The short form of this keyword is DEACT.
Displays the status of the specified exit.
If no exit number has been specified, the status of all the exits is displayed.
This is the default.
The short form of this keyword is D.
Specifies that no data is to be passed to the exit at invocation. This can be used to remove the effects of a previous DATA keyword.
Disables tracing for this exit.
The short form of this keyword is N.
Enables tracing for this exit.
The short form of this keyword is T.
Example:
This command activates Exit 12 with tracing.
This command produces a display of the status of Exit 1:
EXIT ---STATUS--- -MODULE- TRACE LEN ------------PARM DATA------------
1 ACTIVATED(P) DTMUXTST ON 15 012345678901234
Notes:
- The exit must have been specified during TMSS initialization using the TM EXIT statement.
- Those exits which have been marked as permanently active cannot be disabled using this command.
- Tracing of exits requires both this command with the TRACE keyword and the TM TRACE command.