Skip to Content

 isCOBOL General

How to read a data written with a different encoding.

If you need to read data from a file written in a different encoding than the default you can use the attached java function to translate the data from the source encoding to the destination encoding.  The attached COBOL program reads a sequential... Read More

I still get the error :

It’s very important to keep in mind that the isCOBOL configuration is built up by merging multiple files and settings. The runtime framework searches for configuration properties in the following list of places: The configuration file specified... 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

What does the error "NO X11 DISPLAY" mean?

When you get this error: "No X11 DISPLAY variable was set, but this program performed an operation which requires it." It means that isCOBOL is trying to access the AWT/SWING GUI Interface and your system doesn't have that. If your... Read More

Results 1 - 10 of 101