/AWS1/CL_IOSCRTDSEXPORTJOBRSP¶
Response for create dataset export job request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/IOSDATASETEXPORTJOBID /AWS1/IOSDATASETEXPORTJOBID¶
The unique identifier for the dataset export job.
iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME¶
The name of the workspace in which the dataset export job was created.
Queryable Attributes¶
jobId¶
The unique identifier for the dataset export 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 |
workspaceName¶
The name of the workspace in which the dataset export job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACENAME() |
Getter for WORKSPACENAME, with configurable default |
ASK_WORKSPACENAME() |
Getter for WORKSPACENAME w/ exceptions if field has no value |
HAS_WORKSPACENAME() |
Determine if WORKSPACENAME has a value |