Skip to Content

 isCOBOL General

Why do I get the error "Could not load the main class" ?

This error is usually returned by javaw.exe on Windows It means that the class has been found but there were problems while running it, for example if the license is missing. Use java.exe to see a more complex error message that will help in... Read More

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

Results 71 - 80 of 101