Parameter values set by the application

SOC-FUNCTION
A 16-byte character field containing SHUTDOWN. The field is left-justified and padded on the right with blanks.
S
A halfword binary number set to the socket descriptor of the socket to be shutdown.
HOW
A fullword binary field. Set to specify whether all or part of a connection is to be shut down. The following values can be set:
Value
Description
0 (END-FROM)
Ends further receive operations.
1 (END-TO)
Ends further send operations.
2 (END-BOTH)
Ends further send and receive operations.