NUM_USRTHDS() (IBM extension)

Purpose

Returns the number of threads that will be explicitly created by the user during execution of the program. This value is set by using the USRTHDS run-time option.

Class

Inquiry function

Result value

Default scalar integer

If the value has not been explicitly set using the USRTHDS run-time option, the default value is 0.

Specific Name Result Type Pass As Arg?
NUM_USRTHDS default scalar integer no

Related information

See the usrthds and the XLSMPOPTS runtime options.