Setting iscobol.as.fileserver (boolean) to true in the configuration produces the same effect as using the -fs option while setting iscobol.as.appserver (boolean) to true in the configuration produces the same effect as using the -as option.
iscobol.hostname hostConfig_file should include the standard configuration, that is the same for every client. See Usage of isCOBOL Client for informantion about how to use a customized client configuration.
• hostname is the server name or IP address where the File Server is listening
• port is the port where the File Server is listening. If omitted, the default port 10997 is used
• path/to/file is the name of the remote file to open. It can be either a full path, a relative path or just the file name. If omitted, the root folder is assumed, so a path like "isf://localhost:" is equivalent to "isf://localhost:/".
The class can be assigned in the SELECT statement. See FILE-CONTROL Paragraph, rule 35 for information about how to assign a file to a specific class.
Client programs are made aware of the File Server location through the configuration properties iscobol.file.remote.host * and iscobol.file.remote.port *.Since the full-path of the file is built client-side by the runtime before sending the i/o request to the File Server, iscobol.file.prefix must be set in the client configuration and must specify the directories on the server where files will be opened. If the server operating system uses a different file separator than the client, the property iscobol.file.prefix_separator must be set in the client configuration as well.
If iscobol.as.authentication * is set to 2 in the server configuration, iscobol.user.name and iscobol.user.passwd must be set client side in order to specify login information.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |