| Layout definition Utility - Attribute Description |
| Items are divided into character and numeric types. CSV format and XML format files can contain only M and V attributes. An asterisk "*" in the meaning column marks the attributes in which the internal format differs according to the Endian of the supporting system. |
àEndian | |||
| The sign column shows a set value when the edit is input directly. | ||||
| Type | Display char |
Common Description | Meaning | |
|
|
||||
| Character | X | Alphanumeric character | String of 1 byte characters. | |
| N | National character | String of 2 bytes characters. | ||
| M | Character string Mixed char |
String of character. | ||
| C | char type | Character string terminated by a null byte. | ||
| R | Variable length string | Character string with date length in the first 2 bytes.(*) The support code system is ASCII, Unicode. | ||
| numeric | Z | External decimal | COBOL numeric Display format | |
| P | Internal decimal | COBOL packed decimal format | ||
| B | Binary | COBOL binary format | ||
| 5 | COMP-5 | COBOL85 binary format(*) | ||
| S | short type | 16bit binary(*) | ||
| L | long type | 32bit binary(*) | ||
| V | Numeric string | Numeric in character form (signs and the decimal point are included as characters). | ||
| Other | - | No character | Used for addition or deletion of items. | |