Previous Topic: OSFTSLRUN ParameterNext Topic: OSFTSO Parameter


OSFTSLWAIT Parameter

The OSFTSLWAIT parameter sets the maximum time, in seconds, which a transaction can wait for input while in an OSF TSL server. CA OPS/MVS sets the server address space wait time limit based on the value of OSFTSLWAIT. The operating system checks only every 100 seconds for any waiting address space that has exceeded the wait time limit. As a result, the exact time when a server is terminated is unpredictable.

Keep this information in mind when using any CA OPS/MVS command processors that use wait times, such as OPSCMD, OPSWAIT, and OPSWTO.

Note: TSL servers are intended for longer running transactions and therefore the default value is set higher than for TSO and TSP servers.

Default value

1200 (seconds)

Other possible values

Any number of seconds between 1 and 604800 (7 days), inclusive

Set or modify this parameter...

Anytime

Example: OSFTSLWAIT

This function limits the wait time of a transaction to 60 seconds.

OPSPRM('SET','OSFTSLWAIT','60')