Copies
The copies folder contains two folders, one for the data division copybooks and one for the procedure division copybooks.
Datadivision
In this folder the copybooks that are called in the data division of a COBOL form or program are located.
Each copybook has their own java file, in which the variables are defined.
The java file can then be used in the local definition file of the COBOL form or program.
Proceduredivision
In this folder the copybooks that are called in the procedure division of a COBOL program are located.
Each copybook has their own java file, in which the COBOL code is defined.