The RPCGEN command generates C code from an input file that is
written in the remote procedure call language (RPCL). You can use the generated
C code to implement an RPC protocol.
To use the rpcgen compiler on the i5/OS operating system, complete the following
tasks:
- Create your source input file in RPCL.
- Type the following command to run the rpcgen compiler on the i5/OS operating
system:
RPCGEN
Note: To see the parameter
and value descriptions for this command, refer to the online help text.
- Use a C language compiler on the i5/OS operating system to compile the
output from the rpcgen compiler.
Note: If you are using the Integrated Language Environment® (ILE) C compiler on the i5/OS operating system, you need to store
the output files as source members.