z/OS Communications Server: IP CICS Sockets Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


write() call

z/OS Communications Server: IP CICS Sockets Guide
SC27-3649-00

This call writes data on a connected socket.

Stream sockets act like streams of information with no boundaries separating data. For example, if an application wishes to send 1000 bytes, each call to this function can send 1 byte or 10 bytes or the entire 1␠000 bytes. Therefore, applications using stream sockets should place this call in a loop, calling this function until all data has been sent.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014