Skip to Content

 isCOBOL General

How do I turn on debug trace to produce a log file?

Question: Is there a runtime trace log feature? How do I turn it on? What configuration options are available? If I have multiple processes running, is there any way to distinguish which log file output goes to, or does all output go to the... Read More

Does SET ADDRESS OF X TO Y work?

Question: I have some code that uses M$ALLOC and then assigns the address of an array (in the linkage area) to the space just allocated. Code fragment below. There is a note in the migration section that “SET X TO ADDRESS OF Y” requires... Read More

What is the behavior difference of STOP THREAD?

Question: I have heard that isCOBOL behaves differently on a STOP THREAD statement since a YIELD is needed. Please elaborate.  What do you mean that a YIELD is needed? What exactly is the difference in behavior? What do I need to change... Read More

Is your runtime library backward compatible?

Question: Do I need to recompile in order to run with each new version of iscobol.jar or other runtime libraries that you release?  I compiled with one build and then upgraded to a later build. When I attempted to run my program I received... Read More

Results 91 - 98 of 98