Loading...
Select Version
&pagelevel(5)&pagelevel
To write a data field <XXX> it is necessary to call the method setXXX(). An object of the COBOL data field type is passed as the parameter.
EmployeeRecord out = new EmployeeRecord();
out.setLastName(new PicX("LastName"));
For each COBOL data type, there are additional methods with parameters of the type String, or int and long:
for |
|
for |
|