Skip to Content

 isCOBOL General

Does isCOBOL APS run on z/OS?

Question: What products in isCOBOL run on z/OS? Answer: The JDK on z/OS is called "IBM SDK for z/OS Java Technology Edition", which you can download here. The following isCOBOL products and features are implemented as pure Java classes with... Read More

Can isCOBOL access a DLL or .so that is in a JAR file?

Question: Can I include DLLs and/or .so files in the same JAR file as my application? Will the application be able to call those DLLs or shared objects in the JAR file? If not, then what is the best way to distribute DLLs with my application if I... Read More

What Micro Focus library routines are supported?

Since we are constantly adding support for Micro Focus library routines, the best way to get a current list of them is to look in isCOBOL's documentation. You'll find a "Transitioning from Microfocus" book with a section for "Library... Read More

Does isCOBOL support C$XML or other XML interfaces?

Question: My application calls the ACUCOBOL-GT library routine named C$XML. It is supported? What are other ways to handle XML? Answer: Though isCOBOL supports XML streams natively in several powerful methods, it also supports C$XML specifically... Read More

How do I use conditional compilation?

Question: How do I use compiler directives to conditionally include or exclude sections of code? Answer: Here are some examples of conditional compilation: EVALUATE and WHEN in a bug test program: id division. program-id. chinese. ... Read More

Can I use directory paths in CALL names?

Question: My application source contains files that have the same name but are in different directories, e.g. dir1/progA.cbl, dir2/progA.cbl. I rely on the ability to specify paths in the CALL names in order to differentiate the programs, e.g.... Read More

Results 31 - 40 of 100