Object documentationIOJOBS Locate this document in the navigation structure

 

The system table SYSINFO.IOJOBS contains information about the I/O jobs.

Structure

IOJOBS

OWNERNAME

CHAR(32)

Name of the owner

JOBID

CHAR(8)

Identification of I/O job

ASYNCHRONOUS

CHAR(3)

I/O job proceeds asynchronously (YES | NO)

OPERATION

CHAR(16)

Name of the I/O operation

IOPRIORITY

CHAR(6)

I/O operation priority (LOW | MEDIUM | HIGH)

STARTBLOCK

FIXED(10)

Description of the block where the I/O operation begins on one volume

BLOCKCOUNT

FIXED(10)

Number of successive blocks used for reading/writing within the I/O operation

STATE

CHAR(7)

I/O operation status (PENDING | RUNNING | FAILED | SUCCESS | RETIRED SUCCESS | RETIRED FAILED)

COMPLETEDCOUNT

FIXED(10)

Number of transferred blocks

QUEUEID

FIXED(10)

Identification of the queue containing the I/O job

WORKERNAME

CHAR(32)

Name of the work thread that is processing or has processed the I/O job

PATH

CHAR(256)

Path of the volume or data medium