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?

Question ID : 227
Created on 2013-12-05 at 4:35 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=227



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


Back to Original Question