Using the THREADS Keyword

When you specify the THREADS keyword, the jvpcontrol function returns a list of the threads running on the JVP class that you specify. The following example requests information about the threads running on the JVP class named 4:
EXECUTE FUNCTION INFORMIX.JVPCONTROL ("THREADS 4");

For more information about using jvpcontrol( ) and the built-in sqlj routines, see the HCL® J/Foundation Developer's GuideJ/Foundation Developer's Guide.