Modify the MIP diagnostic settings
Component: | MIP |
Functional area: | Message processing |
Domain: | MESSAGE-PROCESSING |
Privileges: | TSOS |
Function
The MODIFY-MIP-OPTIONS command enables you to modify the diagnostic settings for message processing. In MIP you can specify that a dump should be taken for diagnostic purposes when a particular message is issued. The following settings are possible:
Activate/deactivate dump
Specify triggering message code
Specify maximum number of dumps
Take user or system dump
Continue or terminate triggering task
Format
MODIFY-MIP-OPTIONS |
DUMP = *UNCHANGED / *NO / *YES ,DUMP-MSG = *UNCHANGED / <alphanum-name 7..7> ,DUMP-LIMIT = *UNCHANGED / *NO-LIMIT / <integer 1..100> ,DUMP-TYPE = *UNCHANGED / *USER / *SYSTEM ,TASK-STOP = *UNCHANGED / *YES / *NO |
Operands
DUMP = *UNCHANGED / *NO / *YES
Specifies whether a dump should be taken if a particular message is issued (specified in the DUMP-MSG operand). DUMP=*NO is preset for message processing at system startup.
DUMP-MSG = *UNCHANGED / <alphanum-name 7..7>
Determines, via the message code, the message which is to trigger a dump when DUMP=*YES is specified.
At system startup no message key for triggering a dump is specified.
DUMP-LIMIT = *UNCHANGED / *NO-LIMIT / <integer 1..100>
Specifies the maximum number of dumps which may be taken. No dump limit is specified at system startup (*NO-LIMIT).
DUMP-LIMIT = *NO-LIMIT
The number of dumps is unlimited.
DUMP-LIMIT = <integer 1..100>
Maximum number of dumps which can be taken.
DUMP-TYPE = *UNCHANGED / *USER / *SYSTEM
Determines whether a user or system dump is taken. User dumps are preset at system startup.
TASK-STOP = *UNCHANGED / *YES / *NO
Specifies whether the triggering task should be terminated. TASK-STOP=*NO is preset at system startup.
Return codes
(SC2) | SC1 | Maincode | Meaning/Guaranteed messages |
---|---|---|---|
0 | CMD0001 | Command executed without error | |
64 | CMD0216 | Semantic error | |
64 | NMH1121 | Internal error |