Skip to Content

 isCOBOL General

Can I call an RMCobol program passing parameters to it?

The CALL stmt can call isCOBOL object classes, native Java classes, and C routines (thru DLL’s, Shared object or static routines). But the CALL stmt cannot call any COBOL object from anyother COBOL compiler, which means it cannot call RMCOBOL,... Read More

How do I determine what properties are set?

To discover what property settings are being used during local execution of a program on Windows, you can set iscobol.tracelevel=1 (or 3, 7, 15, etc) and set iscobol.logfile to the path and name of a file. You will see a trace of places where the... Read More

Is isCOBOL backward compatible?

The isCOBOL runtime framework is backwards compatible with prior versions of isCOBOL. This means that the latest version of isCOBOL can run COBOL programs compiled with an older version of isCOBOL. Although it is not necessary, it is best to... Read More

Results 71 - 80 of 98