cicsj2cTimeout

When you generate Java™ code, the cicsj2cTimeout build descriptor option assigns a value to the cso.cicsj2c.timeout Java runtime property, but only if the genProperties build descriptor option is set to GLOBAL or LOCAL. That property specifies the number of milliseconds before a timeout occurs during a call that uses the CICSJ2C protocol.

The default value of the runtime property is 30000, which represents 30 seconds. If the value is set to 0, no timeout occurs. The value must be greater than or equal to 0.

The cso.cicsj2c.timeout property has an effect on calls only when the calling program is deployed to a J2EE environment and the called program is deployed to a CICS® environment.


Feedback