z/OS Communications Server: IP Messages Volume 1 (EZA)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZA4286E

z/OS Communications Server: IP Messages Volume 1 (EZA)
SC27-3654-00

svc_run: - select failed

Explanation

The function svc_run(), which accepts RPC requests and calls the appropriate service, was unsuccessful because of a negative return code received from select() system call. The select() call monitors activity on a set of sockets to see if any of the sockets are ready for reading, writing, or have an exceptional condition pending.

System action

Svc_run() returns to the caller.

Operator response

No action is needed.

System programmer response

Check for the correct entries declared in the nfds, readfds, writefds, exceptfds, and timeout parameters of the select() system call and restart the program. See the z/OS Communications Server: IP Programmer's Guide and Reference for more information.

Module

SVC@RUN

Procedure name

svc_run()

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014