This table contains the exception information when
a job fails to execute successfully.
Column Descriptions:
Name | Type | Description |
SCSINSTREFNUM | BIGINT NOT NULL | The instance of when the job ran. |
SCSERROR | CLOB (1000000) | The error recorded for the run of the job. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | SCSINSTREFNUM | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_914 | SCSINSTREFNUM | SCHSTATUS | SCSINSTREFNUM | Cascade |