This article explains a workaround if MTO-BMS demo prompts to rebuild after a Rebuild All.
Resolution:
It is normal to be prompted to rebuild again because the BMS is compiled last in the project, which means that the generated copybook from that BMS file will be more recent than the one used to compile the other COBOL programs that were compiled before the BMS. A workaround is:
- Remove all CBL's from the project tree
- Add all CBL's to the project tree
- Sort the project tree according to project order (in the order the files were added)
The result should cause the BMS to be compiled first and all COBOL programs that will use the newly generated copybook to be compiled after.
#COBOL
#netexpress
#Enterprise
#Server
#EnterpriseServer