Screen Element Number | Name | Description | Remarks |
---|---|---|---|
(1) | Column list | Define structures of the input data. Add fields which has the same number of columns in the input data and define structures which are the name, the type, the alignment, and the padding, etc. to the fields added. |
|
(2) | Structure definition | Define structures of the output data. Define groups and records in the Structure Definition and add fields added in the column list to the groups and records added by drag and drop. |
|
(3) | Field(Column list) |
|
|
(4) | Remove(Column list) | Delete the element selected in the tree of the [Column list]. |
|
(5) | Add | Add a field to the [Column list]. |
|
(6) | Edit(Column list) | Show the definition dialog of the field selected in the tree of the [Column list]. |
|
(7) | Group |
|
|
(8) | Record |
|
|
(9) | Fixed Value Field | By adding fixed field to structure definition, it can be defined as constant field. |
|
(10) | Field(Structure Definition) |
|
|
(11) | Remove(Structure definition) | Delete the element selected in the tree of the [Structure Definition]. |
|
(12) | Edit(Structure definition) | Show the definition dialog of the element selected in the tree of the [Structure definition]. |
|
Item name | Required / Optional | Description | Remarks |
---|---|---|---|
Field name | Required | Enter a name of the field. | |
Field type | Required | Select a type of the field.
|
|
Specify encoding | Optional | Select or enter any encoding.
Use only the canonical name supported by Java SE Runtime Environment 8 when specifying the encoding directly in the field. ![]() |
|
Field length | Required | Enter the length of the entire field in bytes. |
|
Starting position | - | Automatically displayed the start position of the field in the record. | |
Alignment | Required | Select the alignment of the field.
|
|
Padding character | Required | Select a padding character.
|
Item name | Required / Optional | Description | Remarks | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tag | Optional | Enter a tag (record identification code). |
|
||||||||||||||||||||||||||||||||||||
Date format | Optional | Select or enter a date format.
|
|
||||||||||||||||||||||||||||||||||||
Number of decimal places | Optional | Enter the number of decimal places. |
|
||||||||||||||||||||||||||||||||||||
Zone nibble | Optional | Enter a nibble of the zone. |
|
||||||||||||||||||||||||||||||||||||
Sign format | Optional | Select the format of the code.
|
|
||||||||||||||||||||||||||||||||||||
Positive nibble | Optional | Enter a positive nibble. |
|
||||||||||||||||||||||||||||||||||||
Negative nibble | Optional | Enter a negative nibble. |
|
Item name | Required / Optional | Description | Remarks |
---|---|---|---|
Group name | Required | Enter a name of the group. | |
Occurrence | Optional | Not used in write operation. | |
Omittable | Optional | Not used in write operation. | |
Unlimited | Optional | Not used in write operation. |
Item name | Required / Optional | Description | Remarks |
---|---|---|---|
Record name | Required | Enter a name of the record. | |
Occurrence | Optional | Not used in write operation. | |
Omittable | Optional | Select whether to write the input data corresponding to the record to each and every row.
|
|
Unlimited | Optional | Not used in write operation. |
Columns | Type | Character that can be specified | Required / Optional | Remarks |
---|---|---|---|---|
1 | Prefix | GROUP or G | Required |
|
2 | Group name | Any string | Required | |
3 | Occurrence | Number of 0 to 2147483647 | Optional |
|
4 | Required | true or false | Optional |
|
|
=> |
|
Columns | Type | Character that can be specified | Required / Optional | Remarks |
---|---|---|---|---|
1 | Prefix | RECORD or R | Required |
|
2 | Record name | Any string | Required | |
3 | Occurrence | Number of 0 to 2147483647 | Optional |
|
4 | Required | true or false | Optional |
|
|
=> |
|
Columns | Type | Character that can be specified | Required / Optional | Remarks | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Prefix | FIELD or F | Required |
|
||||||||||||||
2 | Field name | Any string | Required | |||||||||||||||
3 | Type | Each type of character that can be specified is as follows.
|
Required |
|
||||||||||||||
4 | Type setting | Tag or date format | Optional |
|
||||||||||||||
5 | Specify encoding | If the type is a string field, you can specify any encoding.
Use only the canonical name supported by Java SE Runtime Environment 8 when specifying the encoding directly in the field. ![]() |
Optional |
|
||||||||||||||
6 | Length | Numbers from 0 to 9999 | Required | |||||||||||||||
7 | Padding character | Any padding character | Required |
|
||||||||||||||
8 | Align |
|
Optional |
|
||||||||||||||
9 | Number of decimal places | Number between 0 to 2147483647 | Optional |
|
||||||||||||||
10 | Sign format |
|
Optional |
|
||||||||||||||
11 | Zone nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
12. | Positive nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
13 | Negative nibble | 4-digit number of 0 or 1 | Optional |
|
||||||||||||||
14 | Output | true or false | Optional |
|
|
=> |
|
GROUP,Group,,false RECORD,Record,,false FIELD,Tag,tag,HDR,Windows-31J,3, ,L,0,,,,,true FIELD,String,string,,Windows-31J,5, ,L,0,,,,,true FIELD,Number,numeric,,,3, ,R,0,,,,,true FIELD,Date,date,$yyyy/$MM/$dd,,10, ,R,0,,,,,true FIELD,Zoned decimal,zoned,,,2, ,L,0,T,,1100,1101,true FIELD,Packed decimal,packed,,,2, ,L,0,T,1111,1100,1101,true |
GROUP,group,,false RECORD,record,,false FIELD,Tag,tag,HDR,3, ,L,0,,,,,true FIELD,String,string,,Windows-31J,5, ,L,0,,,,,true FIELD,Number,numeric,,,3, ,R,0,,,,,true |
GROUP,A group,,false RECORD,A record,,false |
|
<= A record becomes the child record of group B. |