Skip to Content

 Data Access

Handling the extension on indexed data files

The extension on indexed data files may become an issue especially when coming from other legacy COBOL brands. Here we will analyze the different alternatives isCOBOL provides to handle the extension and how it affects several areas of the... Read More

How to hide the user and password used to connect to an RDBMS

One of the key runtime properties used to connect to an RDBMS from isCOBOL is the iscobol.jdbc.url (among others). It is usually included in a text formatted properties file. For example, the following properties would be included to connect to an... Read More

Did you know you can encrypt an indexed file?

With isCOBOL it's possible to encrypt an indexed file. Encryption of indexed files is supported by the following file systems: - JISAM - CTREEJ It's possible to mix encrypted file with non encrypted files, as needed. Below you can find... Read More

Why do I get 'ct_init ERROR 19:133:0' ?

This error means that you're working, in your isCOBOL Framework configuration file(default /etc/iscobol.properties), with the property: iscobol.file.index=ctree2 The error 19:133 means that the c-tree Server is not active. Read More

Results 11 - 17 of 17