/AWS1/CL_M2_PSDETAILATTRIBUTES¶
The supported properties for a PS type data set.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
The format of the data set records.
iv_encoding TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
The character set encoding of the data set.
Queryable Attributes¶
format¶
The format of the data set records.
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 |
encoding¶
The character set encoding of the data set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCODING() |
Getter for ENCODING, with configurable default |
ASK_ENCODING() |
Getter for ENCODING w/ exceptions if field has no value |
HAS_ENCODING() |
Determine if ENCODING has a value |