Skip to Content

 Data Access

How to access files on a different server

Question: Can we run a program in server 1 and update the data to database sitting on server 2? Answer: Yes! If you are accessing an RDBM you can use the iscobol.jdbc.url property to point to the data server. For instance, your url to connect... Read More

What is 9l,10 error and why is it happening?

The problem is in these lines of your select statement: 100008 RECORD KEY IS FILE1-KEY 100009 ALTERNATE RECORD KEY IS FILE1-KEY, You have defined the alternate key to be the same as the primary key, and you're using a file handler... Read More

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

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

Results 11 - 19 of 19