EZA4344E Can’t reassign procedure number procedure

Explanation

The registerrpc() call registers a procedure with the local portmapper, and creates a control structure to remember the server procedure and its external data representation (XDR) routine. Because of an incorrect procedure number specified in the procnum parameter, this call did not complete.

System action

TCPIP continues.

Operator response

Inform the system program about this message.

System programmer response

Check for the correct procedure number and restart the program. Procedures registered using registerrpc() are accessed using the UDP transport layer. See the z/OS Communications Server: IP Programmer's Guide and Reference for more information.

Module

SVC@SIMP

Procedure name

registerrpc()