Author: Bill Woodger
Subject: Reply to: Cobol EZASOKET call to SETSOCKOPT fails
Posted: Fri Oct 07, 2016 12:46 pm (GMT 5.5)
The TIMEVAL structure is used by an entirely different function.
You need to pass exactly what is described in your first link.
I doubt that it matters, but why did you make some of them signed? You don't show EZA-S, which contains the socket number you are interested in.
You are collecting information to do the GET, you are not doing the GET.
Subject: Reply to: Cobol EZASOKET call to SETSOCKOPT fails
Posted: Fri Oct 07, 2016 12:46 pm (GMT 5.5)
The TIMEVAL structure is used by an entirely different function.
You need to pass exactly what is described in your first link.
I doubt that it matters, but why did you make some of them signed? You don't show EZA-S, which contains the socket number you are interested in.
You are collecting information to do the GET, you are not doing the GET.