Parameters

MOD
Specifies that the SLIP command modifies one or all existing SLIP traps. This parameter is positional; it must appear following a blank after SLIP.
ENABLE
The specified SLIP trap is to be made active.

Abbreviation: EN

DISABLE
The specified SLIP trap is to be made inactive.

Abbreviation: D

ALL
Every SLIP trap present in the system is to be modified. To find out what SLIP traps are in the system, issue DISPLAY SLIP.
Attention: The ALL parameter is extremely powerful because it modifies the traps of every SLIP user and the traps the system uses to suppress unnecessary dumps. Issue the SLIP MOD,ENABLE,ALL or SLIP MOD,DISABLE,ALL command only if you understand all its consequences for your system.
ID=trapid
Only the SLIP trap with the identifier trapid is to be modified.

Where asterisks (*) replace any or all of the 4 characters of the identifier, all SLIP traps whose IDs match the non-asterisk characters are to be modified. If you specify fewer than 4 characters, the ID is padded on the right with blanks. A matching identifier must have blanks in those positions.

The asterisks allow you to group your SLIP traps by common characters in their IDs and enable and disable them as a group.

TXIGD
NOTXIGD
Transactional Execution Ignore Data. Specifies that if there is a DATA filter, the filter is not to be applied if the event occurred during transactional execution.

Examples

Example 1:
The following SLIP command is used to deactivate the SLIP trap associated with identifier 0024. This SLIP trap can be activated again with the SLIP MOD,ENABLE,ID=0024 command.
SLIP MOD,DISABLE,ID=0024
Example 2:
Disable all SLIP traps with an identifier having ‘A’ as the first character and ‘B’ as the third character.
SLIP MOD,DISABLE,ID=A*B*