contents.gifindex.gifprev1.gifnext1.gif

9.1.1 Remote name notation

Accessing remote files requires that your application refer to remote files with remote name notation. The ACUCOBOL-GT runtime looks for remote name notation to identify requests to AcuServer. Remote name notation has the following format:

@server-name:path-name

I/O requests to files prepended with "@server-name:path-name" are routed to AcuServer on the host specified by server-name. AcuServer looks for the named file in the directory specified by path-name.