public interface WtoConstants
MvsConsole
and WtoMessage
.
These constants are described in MVS Programming: Authorized Assembler Services Reference, Volume 4 (SET-WTO) SA22-7612.
Modifier and Type | Field and Description |
---|---|
static int |
DESC_CRITICAL_EVENTUAL_ACTION_REQUESTED
WTO descriptor code 11
Critical eventual action required. |
static int |
DESC_DYNAMIC_STATUS_DISPLAYS
WTO descriptor code 10
Not defined. |
static int |
DESC_EVENTUAL_ACTION_REQUIRED
WTO descriptor code 3
Eventual action required. |
static int |
DESC_IMMEDIATE_ACTION_REQUIRED
WTO descriptor code 2
Immediate action required. |
static int |
DESC_IMMEDIATE_COMMAND_RESPONSE
WTO descriptor code 5
Immediate command response. |
static int |
DESC_IMPORTANT_INFORMATION_MESSAGES
WTO descriptor code 12
Important information. |
static int |
DESC_JOB_STATUS
WTO descriptor code 6
Job status. |
static int |
DESC_MESSAGE_PREVIOUSLY_AUTOMATED
WTO descriptor code 13
Automation information. |
static int |
DESC_OPERATOR_REQUEST
WTO descriptor code 9
Operator's request. |
static int |
DESC_OUT_OF_LINE_MESSAGE
WTO descriptor code 8
Out-of-line. |
static int |
DESC_RETAIN
WTO descriptor code 7
Task related. |
static int |
DESC_SYSTEM_FAILURE
WTO descriptor code 1
System failure. |
static int |
DESC_SYSTEM_STATUS
WTO descriptor code 4
System status. |
static int |
FLAG_CONSOLE_HARDCOPY |
static int |
ROUTCDE_DASD_POOL
WTO routing code 4
Direct access pool. |
static int |
ROUTCDE_DISK_LIBRARY
WTO routing code 6
Disk library. |
static int |
ROUTCDE_EMULATORS
WTO routing code 12
Emulation. |
static int |
ROUTCDE_MASTER_CONSOLE_ACTION
WTO routing code 1
Operator action. |
static int |
ROUTCDE_MASTER_CONSOLE_INFORMATION
WTO routing code 2
Operator information. |
static int |
ROUTCDE_PROGRAMMER_INFORMATION
WTO routing code 11
Programmer information. |
static int |
ROUTCDE_SYSPROG_INFORMATION
WTO routing code 10
System/Error maintenance. |
static int |
ROUTCDE_SYSTEM_SECURITY
WTO routing code 9
System security. |
static int |
ROUTCDE_TAPE_LIBRARY
WTO routing code 5
Tape library. |
static int |
ROUTCDE_TAPE_POOL
WTO routing code 3
Tape pool. |
static int |
ROUTCDE_TELEPROCESSING_CONTROL
WTO routing code 8
Teleprocessing control. |
static int |
ROUTCDE_UNIT_RECORD_POOL
WTO routing code 7
Unit record pool. |
static final int FLAG_CONSOLE_HARDCOPY
static final int ROUTCDE_MASTER_CONSOLE_ACTION
Operator action.
static final int ROUTCDE_MASTER_CONSOLE_INFORMATION
Operator information.
static final int ROUTCDE_TAPE_POOL
Tape pool.
static final int ROUTCDE_DASD_POOL
Direct access pool.
static final int ROUTCDE_TAPE_LIBRARY
Tape library.
static final int ROUTCDE_DISK_LIBRARY
Disk library.
static final int ROUTCDE_UNIT_RECORD_POOL
Unit record pool.
static final int ROUTCDE_TELEPROCESSING_CONTROL
Teleprocessing control.
static final int ROUTCDE_SYSTEM_SECURITY
System security.
static final int ROUTCDE_SYSPROG_INFORMATION
System/Error maintenance.
static final int ROUTCDE_PROGRAMMER_INFORMATION
Programmer information.
static final int ROUTCDE_EMULATORS
Emulation.
static final int DESC_SYSTEM_FAILURE
System failure. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_IMMEDIATE_ACTION_REQUIRED
Immediate action required. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_EVENTUAL_ACTION_REQUIRED
Eventual action required. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_SYSTEM_STATUS
System status. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_IMMEDIATE_COMMAND_RESPONSE
Immediate command response. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_JOB_STATUS
Job status. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_RETAIN
Task related. Retain action message until the job step terminates. Can be assigned in combination with any other descriptor code.
static final int DESC_OUT_OF_LINE_MESSAGE
Out-of-line. Can be assigned in combination with any other descriptor code.
static final int DESC_OPERATOR_REQUEST
Operator's request. Can be assigned in combination with any other descriptor code.
static final int DESC_DYNAMIC_STATUS_DISPLAYS
Not defined.
static final int DESC_CRITICAL_EVENTUAL_ACTION_REQUESTED
Critical eventual action required. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_IMPORTANT_INFORMATION_MESSAGES
Important information. Mutually exclusive with other descriptor codes except those where specified otherwise.
static final int DESC_MESSAGE_PREVIOUSLY_AUTOMATED
Automation information. Can be assigned in combination with any other descriptor code.