There are 2 template programming files must be created:
ex : BI.H.BANKER.CHEQUE and BI.H.BANKER.CHEQUE.FIELDS

At the .FIELDS file to add define a fields use the function below :
– Table.addfield()
– Table.addFieldDefinition() –> it can be use to set the length of field

To develop the template programming was created, use EB.DEV.HELPER application. It will create :
– PGM.FILE
– FILE.CONTROL
– INSERT
– CREATE FILE
at once.

Template programming Step
1. FILE.CONTROL
2. CREATE.FILES (at t24 classic)
3. Template Code
4. EB.COMPILE
5. PGM.FILE
6. FILE.LAYOUT (at JBase shell)
7. SS,

Create version: (for eMerge DDL from excel file)

VI BI.LOCATION.CODE, (at desktop)

Field contain :

-Records per page = 1
-Field per line = 1
-No Of Auth = 0

Create FILE.CONTROL via shell :

COPY FROM F.FILE.CONTROL TO F.FILE.CONTROL <APP SOURCE>,<APP TARGET> OVERWRITING

For editing :
JED F.FILE.CONTROL <APP>