TQE
The TQE service displays information about Disabled Interrupt Exit (DIE) routines scheduled for execution and pending timer interrupts for an address space.
Syntax
The parameters are defined as follows:
Parameter | Description |
---|---|
DIE | indicates Disabled Interrupt Exit This operand displays the TQE chain for all DIEs (default). |
asi | address space instance; see Identifying-address-spaces for more information |
Examples
To display the TQE chain for all DIEs, type
TQE
[1] [2] [3] [4] [5] [6] [7] [8]
AMTQE2I Exit TCB
AMTQE3I Expire Time ASID Jobname Address Type Flags Creator Address
AMTQE8I ----------- ---- -------- -------- ---- ----- ------- --------
AMTQE4I 14:04:37.67 0000 Unknown 01E91160 Real SRM
AMTQE4I 14:04:37.69 0060 XTSTRPAS 90CD9448 Real User SetDIE
AMTQE4I 14:04:37.76 0056 XTSTQPAS 925AB820 Real User SetDIE
AMTQE4I 14:04:37.76 0060 XTSTRPAS 925A1820 Real User SetDIE
AMTQE4I 14:04:37.77 0026 DC$PAS 927684D0 Real User SetDIE
AMTQE4I 14:04:37.77 00C8 MVQASPAS 9022E448 Real User SetDIE
AMTQE4I 14:04:37.84 0006 XCFAS 81490860 Real User SetDIE
AMTQE4I 14:04:37.84 0089 ORLMPROC 8F2F5A50 Real User SetDIE
AMTQE4I 14:04:37.93 004E XTSTPPAS 921F24E8 Real User SetDIE
AMTQE4I 14:04:38.01 0001 *MASTER* 814F61A0 Real User SetDIE
AMTQE4I 14:04:38.19 0026 DC$PAS 9266B448 Real User SetDIE
AMTQE4I 14:04:38.32 0001 *MASTER* 810F84D8 Real User SetDIE
AMTQE4I 14:04:38.58 00B9 MTA8BILM 8EDBB710 Real User SetDIE
AMTQE4I 14:04:38.58 00B0 DHO2IRLM 8E780E22 Real User SetDIE
AMTQE4I 14:04:38.63 0056 XTSTQPAS 90DC74E8 Real User SetDIE
AMTQE4I 14:04:38.65 007E MV50PMVS 8FD28448 Real User SetDIE
AMTQE4I 14:04:38.99 00BF DEDDIRLM 8E071A50 Real User SetDIE
Legend:
- expiration time for the TQE
- hexadecimal address space ID
- job name for the TQE
- the address of the exit routine for the timer, which is the start of the code that is executed when the expire time is reached
- type of TQE; can be REAL, TASK, WAIT, or UNKN
flags for the TQE, which can be one of the following types:
TQE flags
Flag
Description
REAL
real TQE being times
USER
non-system TQE
DUMY
dummy system TQE
TLIM
time limit checking system TQE
SRM
system resources manager TQE
RME
RMF system TQE
MIDN
midnight system TQE
UNKN
unknown TQE
- macro that created the TQE; it can be SETDIE, STIMER, STIMERM, or blank
- TCB address for the TQE; a value is displayed only if the TYPE field contains TASK or WAIT
To display TQEs for address space JES2, type
TQE JES2
AMTQE2I Exit TCB
AMTQE3I Expire Time ASID Jobname Address Type Flags Creator Address
AMTQE8I ----------- ---- -------- -------- ---- ----- ------- --------
AMTQE4I 14:08:22.29 0019 JES2 8000B57E Real User Stimer 007FD098
Related topic