Using RPC with UCX

Using CERN RPC for VMS with UCX should be no problem. The original compiled for Wollongong or Multinet. The same code will very likely run under UCX. The only changes are the names of the read, write and close routines for network connections: Routine UCX Multinet Wollongong read read() socket_read() netread() write write() socket_write newrite() close close() socket_close() netclose() There is some code written to make this conversion for multinet -- so try taking that and making the routines call read() write() etc for UCX. Let me know how you get on.

You must include in your link command line the UCX library:

sys$library:ucx$ipc/lib
Tim BL