Previous Topic: OSFPRODUCT ParameterNext Topic: OSFQADDPROCESS Parameter


OSFQADD Parameter

The OSFQADD parameter sets the threshold CA OPS/MVS uses to determine whether more OSF TSO servers are started. The algorithm that is used to add servers depends on the OSFQADDPROCESS parameter. If OSFQADDPROCESS=AVAIL a new server is added, when the number of commands in the OSF TSO execution queue is higher than OSFQADD and OSFMIN but lower than OSFMAX. When OSFQADDPROCESS= QADD a new server is added when the queue depth equals OSFQADD+1 + (n * OSFQADD) until OSFMAX is reached. Where ‘n’ equals the number of dynamically added servers.

Default value

8

Other possible values

Any number of queued commands greater than or equal to 0

Set or modify this parameter...

Anytime

Example: OSFQADD

This function sets the OSF TSO execution queue threshold to five commands.

OPSPRM('SET','OSFQADD','5')