- All Known Implementing Classes:
MvsConsole
,WtoMessage
public interface WtoConstants
Defines constants used by
MvsConsole
and WtoMessage
.
These constants are described in MVS Programming: Authorized Assembler Services Reference, Volume 4 (SET-WTO) SA22-7612.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
WTO descriptor code 11Critical eventual action required
.static final int
WTO descriptor code 10Not defined
.static final int
WTO descriptor code 3Eventual action required
.static final int
WTO descriptor code 2Immediate action required
.static final int
WTO descriptor code 5Immediate command response
.static final int
WTO descriptor code 12Important information
.static final int
WTO descriptor code 6Job status
.static final int
WTO descriptor code 13Automation information
.static final int
WTO descriptor code 9Operator's request
.static final int
WTO descriptor code 8Out-of-line
.static final int
WTO descriptor code 7Task related
.static final int
WTO descriptor code 1System failure
.static final int
WTO descriptor code 4System status
.static final int
static final int
WTO routing code 4Direct access pool
.static final int
WTO routing code 6Disk library
.static final int
WTO routing code 12Emulation
.static final int
WTO routing code 1Operator action
.static final int
WTO routing code 2Operator information
.static final int
WTO routing code 11Programmer information
.static final int
WTO routing code 10System/Error maintenance
.static final int
WTO routing code 9System security
.static final int
WTO routing code 5Tape library
.static final int
WTO routing code 3Tape pool
.static final int
WTO routing code 8Teleprocessing control
.static final int
WTO routing code 7Unit record pool
.
-
Field Details
-
FLAG_CONSOLE_HARDCOPY
static final int FLAG_CONSOLE_HARDCOPY- See Also:
-
ROUTCDE_MASTER_CONSOLE_ACTION
static final int ROUTCDE_MASTER_CONSOLE_ACTIONWTO routing code 1Operator action
.- See Also:
-
ROUTCDE_MASTER_CONSOLE_INFORMATION
static final int ROUTCDE_MASTER_CONSOLE_INFORMATIONWTO routing code 2Operator information
.- See Also:
-
ROUTCDE_TAPE_POOL
static final int ROUTCDE_TAPE_POOLWTO routing code 3Tape pool
.- See Also:
-
ROUTCDE_DASD_POOL
static final int ROUTCDE_DASD_POOLWTO routing code 4Direct access pool
.- See Also:
-
ROUTCDE_TAPE_LIBRARY
static final int ROUTCDE_TAPE_LIBRARYWTO routing code 5Tape library
.- See Also:
-
ROUTCDE_DISK_LIBRARY
static final int ROUTCDE_DISK_LIBRARYWTO routing code 6Disk library
.- See Also:
-
ROUTCDE_UNIT_RECORD_POOL
static final int ROUTCDE_UNIT_RECORD_POOLWTO routing code 7Unit record pool
.- See Also:
-
ROUTCDE_TELEPROCESSING_CONTROL
static final int ROUTCDE_TELEPROCESSING_CONTROLWTO routing code 8Teleprocessing control
.- See Also:
-
ROUTCDE_SYSTEM_SECURITY
static final int ROUTCDE_SYSTEM_SECURITYWTO routing code 9System security
.- See Also:
-
ROUTCDE_SYSPROG_INFORMATION
static final int ROUTCDE_SYSPROG_INFORMATIONWTO routing code 10System/Error maintenance
.- See Also:
-
ROUTCDE_PROGRAMMER_INFORMATION
static final int ROUTCDE_PROGRAMMER_INFORMATIONWTO routing code 11Programmer information
.- See Also:
-
ROUTCDE_EMULATORS
static final int ROUTCDE_EMULATORSWTO routing code 12Emulation
.- See Also:
-
DESC_SYSTEM_FAILURE
static final int DESC_SYSTEM_FAILUREWTO descriptor code 1System failure
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_IMMEDIATE_ACTION_REQUIRED
static final int DESC_IMMEDIATE_ACTION_REQUIREDWTO descriptor code 2Immediate action required
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_EVENTUAL_ACTION_REQUIRED
static final int DESC_EVENTUAL_ACTION_REQUIREDWTO descriptor code 3Eventual action required
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_SYSTEM_STATUS
static final int DESC_SYSTEM_STATUSWTO descriptor code 4System status
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_IMMEDIATE_COMMAND_RESPONSE
static final int DESC_IMMEDIATE_COMMAND_RESPONSEWTO descriptor code 5Immediate command response
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_JOB_STATUS
static final int DESC_JOB_STATUSWTO descriptor code 6Job status
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_RETAIN
static final int DESC_RETAINWTO descriptor code 7Task related
. Retain action message until the job step terminates. Can be assigned in combination with any other descriptor code.- See Also:
-
DESC_OUT_OF_LINE_MESSAGE
static final int DESC_OUT_OF_LINE_MESSAGEWTO descriptor code 8Out-of-line
. Can be assigned in combination with any other descriptor code.- See Also:
-
DESC_OPERATOR_REQUEST
static final int DESC_OPERATOR_REQUESTWTO descriptor code 9Operator's request
. Can be assigned in combination with any other descriptor code.- See Also:
-
DESC_DYNAMIC_STATUS_DISPLAYS
static final int DESC_DYNAMIC_STATUS_DISPLAYSWTO descriptor code 10Not defined
.- See Also:
-
DESC_CRITICAL_EVENTUAL_ACTION_REQUESTED
static final int DESC_CRITICAL_EVENTUAL_ACTION_REQUESTEDWTO descriptor code 11Critical eventual action required
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_IMPORTANT_INFORMATION_MESSAGES
static final int DESC_IMPORTANT_INFORMATION_MESSAGESWTO descriptor code 12Important information
. Mutually exclusive with other descriptor codes except those where specified otherwise.- See Also:
-
DESC_MESSAGE_PREVIOUSLY_AUTOMATED
static final int DESC_MESSAGE_PREVIOUSLY_AUTOMATEDWTO descriptor code 13Automation information
. Can be assigned in combination with any other descriptor code.- See Also:
-