I saw the same link when I googled but to my dismay when I refer to z/OS v1.8 language reference which is the version of z/OS we are in there is no reference to functions like pthread_attr_setschedpar ...
I am working on a C++ program on z/OS v1.8. Mine is a multithreaded program which needs to control the dispatching priority of each thread as I want a thread to run in lower priority. I ...
I am trying to use a UDF for DB2. It is a simple UDF written in C++ which takes 2 strings as input concates them and the result is given as output. I am trying this to measure the performan ...