/AWS1/CL_M2_BATCHJOBEXECSUMM¶
A subset of the possible batch job attributes. Used in the batch job list.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_executionid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER¶
The unique identifier of this execution of the batch job.
iv_applicationid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER¶
The unique identifier of the application that hosts this batch job.
iv_status TYPE /AWS1/M2_BATCHJOBEXECSTATUS /AWS1/M2_BATCHJOBEXECSTATUS¶
The status of a particular batch job execution.
iv_starttime TYPE /AWS1/M2_TIMESTAMP /AWS1/M2_TIMESTAMP¶
The timestamp when a particular batch job execution started.
Optional arguments:¶
iv_jobid TYPE /AWS1/M2_STRING100 /AWS1/M2_STRING100¶
The unique identifier of a particular batch job.
iv_jobname TYPE /AWS1/M2_STRING100 /AWS1/M2_STRING100¶
The name of a particular batch job.
iv_jobtype TYPE /AWS1/M2_BATCHJOBTYPE /AWS1/M2_BATCHJOBTYPE¶
The type of a particular batch job execution.
iv_endtime TYPE /AWS1/M2_TIMESTAMP /AWS1/M2_TIMESTAMP¶
The timestamp when this batch job execution ended.
iv_returncode TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
io_batchjobidentifier TYPE REF TO /AWS1/CL_M2_BATCHJOBIDENTIFIER /AWS1/CL_M2_BATCHJOBIDENTIFIER¶
The unique identifier of this batch job.
Queryable Attributes¶
executionId¶
The unique identifier of this execution of the batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONID() |
Getter for EXECUTIONID, with configurable default |
ASK_EXECUTIONID() |
Getter for EXECUTIONID w/ exceptions if field has no value |
HAS_EXECUTIONID() |
Determine if EXECUTIONID has a value |
applicationId¶
The unique identifier of the application that hosts this batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
jobId¶
The unique identifier of a particular batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
jobName¶
The name of a particular batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
jobType¶
The type of a particular batch job execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBTYPE() |
Getter for JOBTYPE, with configurable default |
ASK_JOBTYPE() |
Getter for JOBTYPE w/ exceptions if field has no value |
HAS_JOBTYPE() |
Determine if JOBTYPE has a value |
status¶
The status of a particular batch job execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
startTime¶
The timestamp when a particular batch job execution started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The timestamp when this batch job execution ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
returnCode¶
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RETURNCODE() |
Getter for RETURNCODE, with configurable default |
ASK_RETURNCODE() |
Getter for RETURNCODE w/ exceptions if field has no value |
HAS_RETURNCODE() |
Determine if RETURNCODE has a value |
batchJobIdentifier¶
The unique identifier of this batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHJOBIDENTIFIER() |
Getter for BATCHJOBIDENTIFIER |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHJOBEXECSUMMARYLIST¶
TYPES TT_BATCHJOBEXECSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2_BATCHJOBEXECSUMM WITH DEFAULT KEY
.