Is there a way to have the sequential/line sequential files managed on a remote machine as is possible to do with the c-tree data files?


C-tree Server only manages indexed files, so to have also sequential and line sequential files on remote machine, you need to use the isCOBOL File Server (see details on Documentation book User's Guide-> isCOBOL Server-> isCOBOL File Server).

Here is an example to start the isCOBOL File Server on the server with ip 192.168.0.1:
iscserver -fs

Example of configuration to be used on the application to have sequential and line sequential files on isCOBOL File Server:
iscobol.file.sequential=com.iscobol.io.DynamicRemote
iscobol.file.linesequential=com.iscobol.io.DynamicRemote
iscobol.file.remote.host=192.168.0.1
iscobol.file.remote.port=10997


Article ID: 227
Created: December 5, 2013
Last Updated: December 5, 2013
Author: Support KB Author

Online URL: https://support.veryant.com/support/phpkb/article.php?id=227