/AWS1/CL_M2_DSEXPORTSUMMARY¶
Represents a summary of data set exports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_total TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The total number of data set exports.
iv_succeeded TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set exports that have succeeded.
iv_failed TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set exports that have failed.
iv_pending TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set exports that are pending.
iv_inprogress TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set exports that are in progress.
Queryable Attributes¶
total¶
The total number of data set exports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL |
succeeded¶
The number of data set exports that have succeeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCEEDED() |
Getter for SUCCEEDED |
failed¶
The number of data set exports that have failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED |
pending¶
The number of data set exports that are pending.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDING() |
Getter for PENDING |
inProgress¶
The number of data set exports that are in progress.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPROGRESS() |
Getter for INPROGRESS |