Platform Analytics 7 Dataflow

WI_JOBEXECPROCS table

The WI_JOBEXECPROCS table gets its information from the LSB_EVENTS_EXECHOSTLIST table.
The ETL splits the ACCTDATA field into subfields that the ETL inserts into this table.
The following table describes each data column and its source:
Column Name
Description
Key
CLUSTER_CODE
This is the cluster code. The source is the ClusterName field in the wi_clustercode table.
The cluster code is obtained by looking up the ClusterName in the wi_clustercode table and generating a new code if it doesn't exist.
Primary key
QUEUE_TIME
This is the queue time. The source is the ACCTDATA field in the data file. The queue time is the SubmitTime subfield, which is obtained by splitting the ACCTDATA field.
JOB_ID
This is the job ID. The source is the ACCTDATA field in the data file. The job ID is the Job_ID subfield, which is obtained by splitting the ACCTDATA field.
Primary key
JOB_ARRAY_INDEX
This is the job array index. The source is the ACCTDATA field in the data file. The job array index is the Job_Array_Index subfield, which is obtained by splitting the ACCTDATA field.
Primary key
FINISH_TIME
This is the finish time, in GMT, which comes from the the TimeStamp field in the data file.
Primary key
HOST_CODE
This is the host code. The source is the ACCTDATA field in the data file. The host name is obtained by splitting the EXEC_HOST subfield from the ACCTDATA field. If this subfield is "null", the host code is set to "UNKNOWN". If not, the host name is the first entry in the EXEC_HOST subfield.
The host code is obtained by looking up the host name in the wi_hostcode table and generating a new code if it doesn't exist.
Primary key