The SYSTEM library routine is used in a program to run an operating system command line as if it was executed from a command prompt, shell, script, batch file, or shortcut. By default, the isCOBOL implementation of SYSTEM uses the java.lang.Runtime... Read More
Transitioning to isCOBOL
Question: What are my options if my application depends on ActiveX controls and I want to continue to use those controls when running on Windows? Answer: isCOBOL supports Javabean controls in the GUI, and there are a number of solutions for... Read More
Here are some guidelines and examples: Recommended set of isCOBOL compiler options to start with for TPE and BPE projects: -align=8 -cax -csl -cv -dcmi -di -dv=0 -dz -m1 -pt2 -sa Note that these options may not suit every application. For... Read More