/AWS1/CL_M2TDATASET¶
Defines a data set.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/M2TDATASETTYPE /AWS1/M2TDATASETTYPE¶
The type of the data set.
iv_name TYPE /AWS1/M2TSTRING100 /AWS1/M2TSTRING100¶
The name of the data set.
iv_ccsid TYPE /AWS1/M2TSTRING50 /AWS1/M2TSTRING50¶
The CCSID of the data set.
iv_format TYPE /AWS1/M2TFORMAT /AWS1/M2TFORMAT¶
The format of the data set.
iv_length TYPE /AWS1/M2TINTEGER /AWS1/M2TINTEGER¶
The length of the data set.
Queryable Attributes¶
type¶
The type of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
name¶
The name of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ccsid¶
The CCSID of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CCSID() |
Getter for CCSID, with configurable default |
ASK_CCSID() |
Getter for CCSID w/ exceptions if field has no value |
HAS_CCSID() |
Determine if CCSID has a value |
format¶
The format of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
length¶
The length of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENGTH() |
Getter for LENGTH, with configurable default |
ASK_LENGTH() |
Getter for LENGTH w/ exceptions if field has no value |
HAS_LENGTH() |
Determine if LENGTH has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETLIST¶
TYPES TT_DATASETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2TDATASET WITH DEFAULT KEY
.