IOJOBS
The system table SYSINFO.IOJOBS
contains
information about the I/O jobs.
|
CHAR(32) |
Name of the owner |
|
CHAR(8) |
Identification of I/O job |
|
CHAR(3) |
I/O job proceeds asynchronously (YES | NO) |
|
CHAR(16) |
Name of the I/O operation |
|
CHAR(6) |
I/O operation priority (LOW | MEDIUM | HIGH) |
|
FIXED(10) |
Description of the block where the I/O operation begins on one volume |
|
FIXED(10) |
Number of successive blocks used for reading/writing within the I/O operation |
|
CHAR(7) |
I/O operation status (PENDING | RUNNING | FAILED | SUCCESS | RETIRED SUCCESS | RETIRED FAILED) |
|
FIXED(10) |
Number of transferred blocks |
|
FIXED(10) |
Identification of the queue containing the I/O job |
|
CHAR(32) |
Name of the work thread that is processing or has processed the I/O job |
|
CHAR(256) |
Path of the volume or data medium |