Skip to Content

 isCOBOL General

Does isCOBOL work with Flexus COBOL sp2?

Question: What work is necessary to use Flexus COBOL sp2? Has it been tested? Answer: Yes, this has been tested and a customer application with GUI calls to SP2 functions has successfully run with isCOBOL. Set... Read More

Should I use JISAM or Veryant's c-treeRTG?

Question: What are the basic differences between JISAM and c-treeRTG? What are the guidelines for choosing between them? Answer: Here are the benefits of each: Veryant JISAM isCOBOL Evolve supplies a high capacity, client/server, indexed ISAM... Read More

How do I specify which file status codes I want to use?

You can choose which file status codes you want to use by setting the iscobol.file.status runtime framework property iscobol.file.status This property specifies which file status codes to use. Set it to one of the following values: com... Read More

What is the best way to control Microsoft Word?

Question:  Suppose my program controls Microsoft Word to do a Mail Merge. How do I do this with isCOBOL? Answer:  To control Microsoft Word or to perform OLE automation, isCOBOL requires a third-party... Read More

How can you wait for several threads to finish?

When doing multithread programming, it is a best practice that a program should not finish its processing until all of its threads are finished as well. In this article we provide a sample logic of how to check that all the threads started by a... Read More

Sending SMTP mail

There is an example that uses SMTP email in our sample programs, %ISCOBOL%sampleis-javaiscobol-uses-java-objectothersmailSENDMAIL.cbl This sample uses the JavaMail API to send SMTP emails from a COBOL program, first connecting to the SMTP,... Read More

How can I generate QR codes from COBOL?

QR codes can be generated as bitmap files using the ZXing (Zebra Crossing) barcode scanning library. All the file types supported by the W$BITMAP routine can be used. Here are the steps to compile and run the sample COBOL program (QRSAMPLE.cbl) which... Read More

Results 51 - 60 of 98