Reserved for HCL internal use. 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 (1048576) | The error recorded for the run of the job |
TENANT_ID | BIGINT NOT NULL DEFAULT 0 | The ID of the tenant in the multi-tenant
environment |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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 |
P_0048 | SCSINSTREFNUM | Primary Key |