Skip to Content

 isCOBOL General

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

May I create my own type definitions and reuse them?

It is so desirable to create a simple or complex type definition that may be consistently and easily reused with other variables without having to copy paste the contents of the original one. The TYPEDEF clause in the data description is the... Read More

Activating and Check the isCOBOL License

In this kb we would like to clarify some aspects of Activating and Check the isCOBOL License. The iscobol.properties file has two main usages, as a license file and as configuration file. As a license file, it could be in different location which we&... Read More

How to search by key with case insensitive on ISAM files

The START I/O statement allows you the use of the WHILE LIKE clause. With this clause it is possible to search records that match a regular expression pattern. With regular expressions, the possibilities of patterns to be used for search are... Read More

GIT Server (Linux) - Install and Configuration

This document is based on Linux version Centos7 and windows client with isCOBOL release 2017 R2 build#910.8-20170925-24471 and IDE version #135_8. Section 1. Setup the Server GIT is packaged with CentOS 7. What most internet docs do not inform you... Read More

Results 61 - 70 of 101