This table is used to log the status of broadcast commands for each of the clones.
Column Description(s):
Column Name | Column Type | Description |
JOBREFNUM |
BIGINT NOT NULL |
Job reference number. |
JOBSTATE |
CHAR(2) NOT NULL |
State of this broadcast job. Valid values are as follows:
- R=running
- C=complete
- CF=complete fail
|
PREFSTARTTIME |
TIMESTAMP NOT NULL |
Preferred start time for this broadcast job. |
ACTLSTARTTIME |
TIMESTAMP |
Actual start time for the command for this clone. |
ENDTIME |
TIMESTAMP |
Command end time. |
RESULT |
CHAR(1) |
Job result. Valid values are as follows:
|
EXCEPTIONCODE |
VARCHAR(254) |
Command exception code. |
CLONEID |
CHAR(32) NOT NULL |
Clone ID. This is the instance name defined for Request Servlet initialization. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031309700 |
JOBREFNUM+CLONEID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_735 |
JOBREFNUM |
SCHCONFIG |
SCCJOBREFNUM |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.