MV_EVENT_MSG sub-class slot descriptions
This class represents an MVS Write-to-Operator (WTO) or Write-to-Operator with Reply event.
The following table describes variable slots for MV_EVENT_MSG sub-class.
Slot | Format | IMF variable name | Description |
|---|---|---|---|
mv_mqw_console | String | IMFCONNM | Console name if WTO issues to specific console |
mv_mqw_contype | String | IMFCTYPE | Type of console; valid values are:
|
mv_mqw_csmcs_lu | String | IMFCSMLU | For SMCS consoles (IMFCTYPE=S), 8 character LU name |
mv_mqw_css_owner | String | IMFCSSOW | For Subsystem consoles (IMFCTYPE=U), the 8 character owner ID |
mv_mqw_csubtyp | String | IMFCSTYP | Console subtype If the type of console is Special (IMFCTYPE=P), IMFCSTYP will be one of the following values:
|
mv_mqw_domid | String | IMFDOMID | DOM ID associated with a WTO that caused the rule to fire (3-byte unsigned number) |
mv_mqw_mpf_auto | String | IMFMPFAU | MPF automation value
|
mv_mqw_mpf_supp | String | IMFMPFSP | Indicates whether WTO was suppressed by MPF
|
mv_mqw_msgid | String | IMFMSGID | Contains the first word of a message with the leading plus sign (+) stripped if present |
mv_mqw_type | String | IMFMSTYP | Message type value (2-characters) The first character is
The second character is
|
mv_mqw_reply | String | IMFREPLY | WTOR reply ID |
mv_mqw_token | integer | IMFTOKEN | Token ID or hardcopy ID, useful to tie lines of multiline WTO together |
mv_mqw_areaid | String | IMFAREID | Contains a 1-character identifier for the area on the console panel that displays a Multi-Line WTO message. Possible values are letters A - K, and Z. |
Related topic