The proposed slip trap will trigger an SVC dump based on the content of an IDMS message to the console. The message to trap is DC015007. As the slip trap can only be based on the first 10 characters and IDMS messages are prefixed with the text "IDMS ", by default, it is only possible to trap the message text "IDMS DC015".
For catching a short-on-storage condition, this is most likely not a problem as there are only six other messages with this prefix (DC015001-DC015006) and with the possible exception of DC015001, these are messages which are typically not seen very often. If this is a problem, optional bit 346 can be used (requires PTF RO99627). This will suppress the literal "IDMS " from console messages and therefore the slip trap can be set on DC015007. Be mindful of the fact that this will result in the "IDMS " text being suppressed from ALL console messages issued by the CV, not just the DC015007.
If optional bit 346 is enabled, the slip trap is as follows:SLIP SET,MSGID='DC015007',J=job-name,ACTION=SVCD,ID=SOS1,ML=1,END
If bit 346 is not enabled, the slip trap is as follows:SLIP SET,MSGID='IDMS DC015',J=job-name,ACTION=SVCD,ID=SOS1,ML=1,END
job-name is the job name of the CV
SOS1 can be any four-character identifier
ML=1 is set so that only one dump is generated. Set it to something else if necessary.