The RPC Broker consists of a single global that stores the REMOTE PROCEDURE file:
File # | File Name | Global Location |
8994 | REMOTE PROCEDURE | ^XWB(8994, |
This is the common file used by all applications to store all remote procedure calls accessed via the Broker. All RPCs used by any site-specific client/server application software using the RPC Broker interface must be registered and stored in this file.
This file is used as a repository of server-based procedures in the context of the Client/Server architecture. By using the Remote Procedure Call (RPC) Broker, applications running on client workstations can invoke (call) the procedures in this file to be executed by the server and the results are returned to the client application.
The RPC
subfield (#19.05) of the OPTION File (#19) points to RPC field (#.01) of the
REMOTE PROCEDURE file (#8994).